Get batch processing status

Returns the status of a batch processing job. Use the job_id returned from a batch endpoint to track the progress of the batch operation.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

job_idstringRequired
The unique job ID returned from a batch processing endpoint

Response

OK
statusenum
Current status of the batch processing job
Allowed values:
progressdouble

Percentage of completion (0-100)