v2
latestOpenAPI 3.1.02026-07-26232135.9 KBVideos
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
get/v1/videos
Query parameters
afterstring nullable
Return items strictly after this video ID
Return items strictly after this video ID
limitinteger
Max number of items to return
Max number of items to return
order'asc' | 'desc'
Sort order by creation time
Sort order by creation time
Headers
x-api-keystring required
API Key for authentication
API Key for authentication
Response
Successful Response
Example response
[
{
"completed_at": 1730822520,
"created_at": 1730822400,
"model": "mirage-video-1-latest",
"progress": 100,
"status": "COMPLETE",
"video_id": "video_abc123def456"
}
]