Get a single video
Retrieves the video by its ID. This is useful for polling after creating a video programmatically. When error is set, generation has stopped and the status will not change again, even if it is not a final status.
Path parameters
Video ID
Response
Default Response
Example response
{
"item": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "completed",
"createdAt": "2026-09-03T23:24:34.503Z",
"mediaUrl": "https://database.blotato.io/media/12345.mp4"
}
}Changes
Changed in 3 of the 10 revisions of this API.39
- ▲
the response property
//became optional for the statusresponse-property-became-optional
- ▲
the response property
//became optional for the statusresponse-property-became-optional
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ▲
- ▲
for the
pathrequest parameterid, the format changed from no format touuidrequest-parameter-type-changed
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ▲
- ○
added the non-success response with the status
response-non-success-status-added
- ○