List videos
Video
Video list (Beta)
List owned video generation jobs for the authenticated workspace.
GET
List videos
Returns the authenticated workspace’s owned video jobs in reverse chronological order.
Use query parameters to narrow the response:
limitto cap the number of returned jobs- repeated
statusvalues to filter by lifecycle state
list envelope whose data array contains the same public video objects returned by POST /videos and GET /videos/{video_id}.
This is useful for building:
- async job dashboards
- recent-generation history views
- status-filtered polling views for completed, failed, or in-progress jobs
Authorizations
Bearer token authentication
Query Parameters
Maximum number of video jobs to return. Defaults to 50 and caps at 200.
Required range:
1 <= x <= 200Video lifecycle status filter. Repeat the parameter or provide comma-separated values.
Last modified on May 19, 2026