List projects

List the dubbing projects in your workspace that you can access, newest first, cursor-paginated. Listed projects carry no language_ids; fetch a project, or list its language targets, to see them.

Headers

xi-api-keystringOptional

Query parameters

cursorstring or nullOptional

Pass the next_cursor from a previous response to fetch the page after it. Omit for the first page.

page_sizeintegerOptionalDefaults to 20
Number of projects per page. Clamped to between 1 and 100 rather than rejected, so a larger value returns a full page.
statusstring or nullOptional

Filter to projects in this status: queued, preparing, ready, or failed. Omit to return every status.

sort_directionenumOptionalDefaults to DESCENDING

Sort by creation time; newest first by default.

Allowed values:

Response

Successful Response
projectslist of objects
The page of dubbing projects the caller can access.
next_cursorstring or nullOptional

Opaque cursor to pass back as cursor for the next page, or null when there are no more results.

Errors

422
Unprocessable Entity Error