Get job status
Poll a job’s status after submitting a prediction or training job.
Keep polling until status is COMPLETED (or FAILED). For a completed
prediction the response carries the segmentation_id of the produced
segmentation — feed that into the /export/* and /segmentation/*
endpoints. A non-UUID job_id is rejected with 422 before it reaches the
database.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
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.
SUBMITTED, STARTED, COMPLETED, FAILED prediction, training