Videos
Get Status of Ingest Jobs
Get the status of all ingest jobs associated with a video (including the original ingestion, replacing and retranscoding the video). NOTE: this operation only works for videos that were ingested using Dynamic Delivery profiles.
Possible states of jobs are:
- processing processing is underway, but no playable renditions have been created yet
- publishing at least one playable rendition has been created and is being published
- published at least one rendition is available for playback
- finished processing is complete
- failed processing failed - if you cannot figure what went wrong, contact Support
get/v1/accounts/{{account_id}}/videos/{{video_id}}/ingest_jobs
Path parameters
account_idstring required
Video Cloud account ID.
video_idstring required
Video ID.
For example:
Headers
Content-Typestring required
Content-Type: application/json
Authorizationstring required
Authorization: Bearer {access_token} - see Getting Access Tokens
Response
200
Example response
[
{
"error_code": "UnableToResolveHostError",
"error_message": "There was a problem resolving the host at https://some.site.comm/videos/mp4/IMG_0544.MOV. Please check that it is correct.",
"id": "879a3301-5c1a-4b1b-a368-58e200a6e64b",
"priority": "normal",
"started_at": "2018-11-14T19:30:36.265Z",
"state": "failed",
"submitted_at": "2018-11-14T19:30:36.196Z",
"updated_at": "2018-11-14T19:43:08.641Z"
}
]