List Projects
Projects
List Projects
Retrieve a paginated list of your video ad projects
GET
List Projects
Returns a paginated list of all video ad projects created by the authenticated user. Results are sorted by creation date (newest first) and can be filtered by project status.
Authentication
This endpoint requires a valid API key with theprojects:read permission.
Query Parameters
Page number for pagination (1-indexed). Must be a positive integer.
Number of results to return per page. Must be between 1 and 100.
Filter projects by their current status. Omit to return all projects.Allowed values:
generating- Video scenes are being generatedpost_processing- Generating voiceover and lip syncstitching- Combining scenes with audio and captionscompleted- Project is ready with final videofailed- Generation encountered an unrecoverable errorpartial- Some scenes completed but project failed overall
Response
List of project objects matching the query criteria.
Pagination metadata for navigating through results.
Example Requests
Example Response
Notes
Security: Only projects belonging to the authenticated user are returned. API keys are scoped to individual user accounts.
Video Availability: The
final_output_url is only populated when the project status is completed. For projects still in progress, this field will be null.Sorting: Results are always sorted by
created_at in descending order (newest projects first). Custom sorting is not currently supported.Rate Limiting: This endpoint is rate-limited to 60 requests per minute per API key. See Rate Limits for details.

