Get Submission Status
Get submission processing status.
Provides a polling fallback when Ably real-time updates are not available. Returns the overall submission status along with per-asset details.
Authentication: Requires X-API-Key header with valid API key.
Raises: 404: If submission not found or not in the authenticated workspace.
Authorizations
Workspace-scoped API key. Format: sk_live_{64 hex chars}
Path Parameters
Response
Successful Response
Response model for submission status.
Submission ID
Workspace ID
Submission status
uploading, submitted, queued, processing, complete, failed, partial Creation timestamp
Per-asset status details
Workflow ID (None if not started)
Progress percentage (0-100)
When the first of this submission's assets entered review (the earliest assets[].startedAt). Null while every asset is still queued.
Completion timestamp
Error message if failed
True iff at least one asset in this submission can be retried right now.
Structured reference to the external work item this submission originates from, as supplied at create time. None for direct callers.