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
aftervideo ID
Authorizations
API key for authentication.
Query Parameters
Return items strictly after this video ID
Max number of items to return
1 <= x <= 100Sort order by creation time
asc, desc Response
Successful Response
Video generation job ID
"video_abc123def456"
Current state of the video
PROCESSING, COMPLETE, FAILED, CANCELLED "COMPLETE"
When the video was created (unix timestamp)
1730822400
[Deprecated] Use "id" instead.
"video"When processing completed (unix timestamp)
1730822520
Progress percentage (0-100)
100
Error details if status is FAILED
null
Model used for generation (only for source='generation')
mirage-avatar-x, mirage-video-1-latest "mirage-avatar-x"
Generation mode resolved from the submitted inputs
image_to_video, video_to_video "video_to_video"
Output aspect ratio resolved from the visual reference
9:16, 16:9 "16:9"
The input video that was captioned (only for source='caption')
"video_abc123def456"
Caption style template used (only for source='caption')
"ctpl_123456789abcdefg"

