Use Endpoints
Job Status
Retrieves the status of a previously submitted job using the job ID
GET
/
v1
/
job_status
/
{job_id}
Path Parameters
job_id
string
requiredThe job ID of the submitted request
Response
200 - application/json
status
enum<string>
requiredAvailable options:
Queued
, Processing
, Waiting for instance
, Completed
, Error
task_id
string
The task ID (only present when status is Completed)
result
object
The result of the processed job (only present when status is Completed)
error
string
Error message (only present when status is Error)