DEV

Type.

BulkJob

No description

Fields

errorCount

Int

The number of rows that errored out during import

errorMessages

[UploadErrors]

Unsuccessful rows and their error messages

id

String!

Required

The ID of the BulkJob

organization

ID!

Required

The unique identifier associated with an organization.

status

BulkJobStatus

Current status of the BulkJob

totalCount

Int

The total number of rows in a CSV upload

uploadCount

Int

The number of rows that successfully were saved

Was this page helpful?