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, processing, complete, failed Creation timestamp
Per-asset status details
Workflow ID (None if not started)
Progress percentage (0-100)
Completion timestamp
Error message if failed
True iff at least one asset in this submission can be retried right now.