Get prediction status
Poll a prediction until it finishes.
Keep polling until status is COMPLETED (or FAILED). A completed run
carries the segmentation_id of the segmentation it produced, plus the
cell_count detected — feed the segmentation_id into the /export/*
endpoints. A non-UUID prediction_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 prediction's polling snapshot. segmentation_id and cell_count are
populated only once status is COMPLETED.
SUBMITTED, STARTED, COMPLETED, FAILED The result handle — pass it to the /export/* endpoints.
Number of ROIs detected, once the run completed.