Retry Asset
Retry a failed asset if its last run failed with a retryable error.
Starts a new RetryAssetWorkflow keyed on the asset, reuses the
cached sidekick output blob from the previous run so successful
sidekicks short-circuit, and re-runs only what failed. The submission
transitions back to processing while the retry is in flight and
converges to complete or failed via the worker’s
reconcile_submission_status activity.
Authentication: Requires X-API-Key header with valid API key.
Raises:
409: Asset is not in failed state, last error was not retryable,
retry.max_customer_attempts reached, the submission’s
source isn’t supported, or a retry is already in flight.
(Handled globally by the AssetNotRetryableError /
AssetRetryInProgressError exception handlers.)
422: If path parameters fail validation.
Authorizations
Workspace-scoped API key. Format: sk_live_{64 hex chars}
Response
Successful Response
Response model for submission creation.
Created submission ID
Workflow ID (job tracking ID)
Ably channel for real-time updates
Submission status
uploading, submitted, processing, complete, failed Created assets