List Active Projects
API Reference
List Active Projects
List the active projects available to the account behind the API key.
GET
List Active Projects
List Active Projects
Returns projects that belong to the authenticated account and are currently active according to each project’s optional start and end dates.Example request
Response
Always returns
Success for a successful lookup.List of active projects visible to the API-key owner.
data contains:
Unique project UUID.
Project name. Empty string when a name is not set.
Project workflow type, such as
ai_talking_video, video, or another supported template type.ISO timestamp for the project start date, or
null.ISO timestamp for the project end date, or
null.Status codes
200 OKwhen the request succeeds401 Unauthorizedwhen the key is missing or invalid