Skip to main content
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

string
required
Always returns Success for a successful lookup.
array
required
List of active projects visible to the API-key owner.
Each item in data contains:
string
required
Unique project UUID.
string
required
Project name. Empty string when a name is not set.
string
required
Project workflow type, such as ai_talking_video, video, or another supported template type.
string
ISO timestamp for the project start date, or null.
string
ISO timestamp for the project end date, or null.
Example response:

Status codes

  • 200 OK when the request succeeds
  • 401 Unauthorized when the key is missing or invalid