List projects

List the workspace’s dubbing projects (cursor-paginated).

Headers

xi-api-keystringOptional

Query parameters

cursorstring or nullOptional

Pagination cursor from a previous response’s next_cursor.

page_sizeintegerOptionalDefaults to 20

Number of projects per page (max 100).

statusstring or nullOptional

Filter to projects in this status (preparing, ready, failed).

sort_directionenumOptionalDefaults to DESCENDING

Sort by creation time (default ‘DESCENDING’).

Allowed values:

Response

Successful Response
projectslist of objects
The page of dubbing projects the caller can access.
next_cursorstring or nullOptional
Cursor for the next page, or null when there are no more results.

Errors

422
Unprocessable Entity Error