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
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:
Current job status (e.g., “pending”, “processing”, “completed”, “failed”)
Job completion percentage (0-100)
Last status update timestamp
Error details if the job failed
Poll this endpoint periodically to monitor long-running import jobs. Most jobs complete within a few minutes, but large datasets may take longer.
Job status information may only be available for a limited time after completion. Check job status promptly after initiating background tasks.