Get segmentation metadata
Fetch a segmentation’s metadata: its source, whether its annotations are
ready, and its ROI (annotation_count).
You get a segmentation_id from a completed prediction job
(GET /job/{job_id}). A non-UUID segmentation_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 segmentation's metadata: where it came from, whether its annotations are
ready, and its ROI count. annotation_processing_status == ready is the
signal the mask/annotations are usable.
The mask's storage location is intentionally omitted: it is an internal S3
path (bucket + key layout) with no client value, and results are downloaded
through the export/* endpoints. Keeping it server-side avoids leaking the
bucket name and key scheme to public API-key callers.
model_prediction, refinement creating, ready