Get bulk import job status
Check the status and progress of a bulk import job
Path parameters
jobId
The ID of the bulk import job
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
entityId
The ID of the entity that owns the job
Response
Job status retrieved successfully
jobId
Job identifier
status
Current job status
Allowed values:
progress
Progress percentage (0-100)
totalRows
Total number of rows to process
processedRows
Number of rows processed so far
successCount
Number of successfully created transactions
failedCount
Number of failed transaction creations
errors
startedAt
When the job started processing
completedAt
When the job completed (if finished)
createdAt
When the job was created
isComplete
Whether the job has finished processing
hasErrors
Whether there are any errors
estimatedTimeRemaining
Estimated seconds remaining (null if not calculable)