operationId: getTaskProcessingJobStatus
.Authorizations
API Key provided by the platform. Note- X-Timestamp and X-Signature headers are also required for authentication, but not defined as separate schemes here due to OpenAPI limitations on complex signature schemes.
Path Parameters
The ID of the video processing job.
"vwp_abc123def456"
Response
OK. Current status and details of the video processing job.
Unique identifier for the video processing job.
"vwp_abc123def456"
Current status of the processing job.
queued
, processing
, completed
, failed
"processing"
Identifier of the task definition created from the video if status is 'completed'.
"tsk_xyz789abc123"
Error message if the job failed.
"Video format not supported."
ISO 8601 timestamp when the job was created.
ISO 8601 timestamp when the job was last updated.