List Videos
List videos for the authenticated API key with optional pagination.
- Filters by the calling user's ID (and org if present)
- Ordered by creation time ascending or descending
- Supports cursor pagination using the after video ID
Query parameters
Return items strictly after this video ID
Return items strictly after this video ID
Max number of items to return
Max number of items to return
Sort order by creation time
Sort order by creation time
Headers
API Key for authentication
API Key for authentication
Response
Successful Response
Example response
[
{
"completed_at": 1730822520,
"created_at": 1730822400,
"model": "mirage-avatar-x",
"progress": 100,
"status": "COMPLETE",
"video_id": "video_abc123def456"
}
]Changes
Changed in 2 of the 14 revisions of this API.122
- ▲
the
response property const valuemirage-video-1-latestwas removed for the statusresponse-property-const-removed
- ●
added the new
mirage-avatar-xenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
mirage-video-1-latestenum value to the//response property for the response statusresponse-property-enum-value-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
- ○