Get Job Status Of Ingestion
Catalog
Get Job Status Of Ingestion
This endpoint allows you to check the status of a background job, typically used to monitor the progress of bulk product uploads and inventory ingestion processes.
GET
Get Job Status Of Ingestion
This endpoint provides status information for asynchronous jobs such as CSV uploads, JSON bulk imports, and inventory updates. Use this to track the progress and completion status of your data ingestion operations.
Job IDs are typically returned from other endpoints that initiate background processing tasks.
Path Parameters
string
required
The unique identifier of the job you want to check
Response
The response structure will depend on the job type and current status. Common response fields include:string
Current job status (e.g., “pending”, “processing”, “completed”, “failed”)
number
Job completion percentage (0-100)
string
Job creation timestamp
string
Last status update timestamp
string
Error details if the job failed

