Skip to main content
GET
Get job status

Authorizations

Authorization
string
header
required

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

Path Parameters

job_id
string<uuid>
required

Response

Successful Response

A job's polling snapshot: status plus the identifiers a caller needs to fetch its result. segmentation_id is populated only once the (prediction) job is COMPLETED and its segmentation exists.

id
string
required
status
enum<string>
required
Available options:
SUBMITTED,
STARTED,
COMPLETED,
FAILED
job_type
enum<string>
required
Available options:
prediction,
training
image_id
string
required
model_id
string
required
created_at
string<date-time>
required
pipeline_id
string | null
parent_job_id
string | null
segmentation_id
string | null