Skip to main content
GET
Get prediction status

Authorizations

Authorization
string
header
required

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

Path Parameters

prediction_id
string<uuid>
required

Response

Successful Response

A prediction's polling snapshot. segmentation_id and cell_count are populated only once status is COMPLETED.

prediction_id
string
required
status
enum<string>
required
Available options:
SUBMITTED,
STARTED,
COMPLETED,
FAILED
image_id
string
required
model_id
string
required
created_at
string<date-time>
required
segmentation_id
string | null

The result handle — pass it to the /export/* endpoints.

cell_count
integer | null

Number of ROIs detected, once the run completed.