Skip to main content
GET
Get Upload

Authorizations

Authorization
string
header
required

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

Path Parameters

upload_id
string<uuid>
required

Response

Successful Response

Outbound API shape for the client — used by finalize + status endpoints.

id
string<uuid>
required
status
string
required
kind
string
required
originalFilename
string
required
sizeBytes
integer
required
createdAt
string<date-time>
required
downloadUrl
string | null
derivatives
UploadDerivativesDTO · object | null

URLs for the worker-generated variants. Populated only when status=ready.

width
integer | null
height
integer | null
pageCount
integer | null
threatName
string | null