Get All Projects
Track & Retrieve
Get All Projects
Retrieve all automation projects in your studio
GET
Get All Projects
For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.
Overview
Get a paginated list of all video projects created through the automation API. Monitor project status and access project details.Rate Limiting
This endpoint is rate limited to 10 requests per minute per API key.Filtering & Search
Use query parameters to filter, search, and sort the results.Filter by project type. Pass multiple values to match any of them.
clipping- AI clip generationcaptions- Caption generationreframe- Video reframingdubbing- Voice dubbingtranscription- Audio transcription
Filter by processing status. Pass multiple values to match any of them.
queued- Waiting to be processedprocessing- Currently being processedcompleted- Processing finished successfullyfailed- Processing failedinvalid- Video file was invalidexpired- Project has expired
Search projects by title. Case-insensitive partial match.
Unix timestamp. Only return projects created after this time.
Unix timestamp. Only return projects created before this time.
Field to sort by.
createdAt- Sort by creation dateupdatedAt- Sort by last update dateduration- Sort by billed duration
Sort direction.
asc- Ascending (oldest/shortest first)desc- Descending (newest/longest first)
Response
Array of project objects
Current page number
Total number of pages
Total number of projects
Example Request
Example Response
Project Status Values
queued- Project is queued and waiting to be processedprocessing- Project is currently being processed (video analysis, clip generation, etc.)completed- All processing has finished successfully, clips are readyfailed- Processing failed due to an errorinvalid- Video file was invalid or unsupportedexpired- Project has expired
Project Types
clipping- AI-powered clip generation from long-form videoscaptions- Caption and subtitle generationreframe- Automatic video reframing for different aspect ratiosdubbing- Voice dubbing and translationtranscription- Audio transcription
Use Cases
Dashboard Creation
Build project management dashboards
Batch Processing
Monitor multiple projects simultaneously
Analytics
Track processing patterns and success rates
Content Management
Organize and categorize video projects
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number for pagination
Number of projects per page (max 100)
Filter by project type
Available options:
clipping, captions, reframe, dubbing, transcription Filter by project status
Available options:
queued, prepped, draft, processing, finalizing, completed, invalid, expired, failed, error Search projects by title
Filter projects created after this Unix timestamp
Filter projects created before this Unix timestamp
Sort field
Available options:
createdAt, updatedAt, duration Sort direction
Available options:
asc, desc