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)
Job creation timestamp
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.