Authorizations
API token authentication using format <api token id>:<api client secret>
Path Parameters
ID of the bulk import job to retrieve
Response
Job status retrieved successfully
Unique identifier for the bulk import job
Example:
"Job:019542f5-b3e7-1d02-0000-000000000006"
Current status of the job
Available options:
PENDING
, PROCESSING
, COMPLETED
, FAILED
Example:
"PROCESSING"
Detailed error information for failed entries
Timestamp when the job completed (only present for COMPLETED or FAILED status)
Example:
"2025-08-15T14:32:00Z"