Skip to main content
GET
Get job status

Authorizations

Authorization
string
header
default:default
required

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

Path Parameters

jobId
string
required

The ID of the job to retrieve

Response

200 - application/json

Job status retrieved successfully

type
string
required
Example:

"model_upload"

job_id
string
required
Example:

"job-a15dad11-8d8e-4007-97c5-a211304de284"

status
enum<string>
required
Available options:
Queued,
Running,
Complete,
Failed
Example:

"Complete"

status_updates
object[]
required
args
object
required
created_at
string<date-time>
required
Example:

"2025-03-11T22:05:43Z"

updated_at
string<date-time>
required
Example:

"2025-03-11T22:36:12Z"