Skip to main content
status
enum<string>
required

The job status.

Available options:
QUEUED,
PROCESSING,
CONCLUDED,
FAILED,
UNKNOWN
result
object

Present when status is CONCLUDED and the job produced output.

progress
object

Present while the job is QUEUED or PROCESSING, and on CONCLUDED as a final snapshot.

error
object

Present when status is FAILED or when result extraction failed for a CONCLUDED job.