Skip to main content

CreateJobResponse

Response after successfully creating a job

job_idstring<uuid>required
statusstringrequired

Possible values: [pending, queued, running, completed, failed, cancelled]

idempotentboolean
created_atstring<date-time>
CreateJobResponse
{
"job_id": "550e8400-e29b-41d4-a716-446655440000",
"status": "queued",
"created_at": "2024-01-15T10:30:00Z"
}
Was this page helpful?