Skip to main content
GET
Get cell-segmentation lifecycle
Use POST on the same path to start or retry segmentation. The mutation is state-idempotent, observes a retry cooldown, and rejects public sample handles. Completed layers expose a separate manifest for uint32 masks, cell geometry/morphology, and per-cell marker expression.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

Lifecycle state

status
enum<string>
required
Available options:
not_started,
queued,
running,
postprocessing,
completed,
failed,
cancelled
retryable
boolean
required
creditCost
enum<integer>
required

Segmentation is credit-free.

Available options:
0
job
object | null
required
layer
object | null
required