Retrieve the status of a batch inference job by its job_id
Key YOUR_API_KEY
Example: Authorization: Key sk_live_abc123...
failed
during job initialization, will contain a failure_reason
key with details about the failure, and optionally an additional_context
key with debugging informationjob_status
field will be one of the following:
succeeded
: The job completed successfullyfailed
: The job failedcancelled
: The job was cancelledpending
: The job is still pendingsubmitted
: The job has been submittedstarting
: The job is startingrunning
: The job is runningunknown
: The job status is unknown