Get bulk import job status

Check the status and progress of a bulk import job

Path parameters

jobIdstringRequired
The ID of the bulk import job

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
The ID of the entity that owns the job

Response

Job status retrieved successfully
jobIdstring or null
Job identifier
statusenum or null
Current job status
Allowed values:
progressinteger or null>=0<=100

Progress percentage (0-100)

totalRowsinteger or null
Total number of rows to process
processedRowsinteger or null
Number of rows processed so far
successCountinteger or null
Number of successfully created transactions
failedCountinteger or null
Number of failed transaction creations
errorslist of objects or null
startedAtdatetime or null
When the job started processing
completedAtdatetime or null

When the job completed (if finished)

createdAtdatetime or null
When the job was created
isCompleteboolean or null
Whether the job has finished processing
hasErrorsboolean or null
Whether there are any errors
estimatedTimeRemaininginteger or null

Estimated seconds remaining (null if not calculable)

Errors