Skip to main content
GET
Get Submission Status

Authorizations

X-API-Key
string
header
default:sk_live_your_api_key_here
required

Workspace-scoped API key. Format: sk_live_{64 hex chars}

Path Parameters

submission_id
string<uuid>
required

Response

Successful Response

Response model for submission status.

submissionId
string<uuid>
required

Submission ID

workspaceId
string<uuid>
required

Workspace ID

status
enum<string>
required

Submission status

Available options:
uploading,
submitted,
queued,
processing,
complete,
failed,
partial
createdAt
string<date-time>
required

Creation timestamp

assets
AssetStatusItem · object[]
required

Per-asset status details

workflowId
string | null

Workflow ID (None if not started)

progressPercent
integer | null

Progress percentage (0-100)

startedAt
string<date-time> | null

When the first of this submission's assets entered review (the earliest assets[].startedAt). Null while every asset is still queued.

completedAt
string<date-time> | null

Completion timestamp

errorMessage
string | null

Error message if failed

isRetryable
boolean
default:false

True iff at least one asset in this submission can be retried right now.

externalReference
ExternalReference · object | null

Structured reference to the external work item this submission originates from, as supplied at create time. None for direct callers.