Skip to main content
GET
Fetch a single upload

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

Upload

id
string<uuid>
required
filename
string
required
fileSize
string
required

bytes, stringified bigint

status
string
required

uploading | upload_failed | deid_running | deid_failed | preprocessing | ready | preprocess_failed

gcsPath
string
required
createdAt
string<date-time> | null
widthPx
integer | null
heightPx
integer | null
autoSegment
boolean

Resolved auto-segmentation decision for this upload (per-upload override, else org default, else true).