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-key
Query parameters
cursor
Pass the next_cursor from a previous response to fetch the page after it. Omit for the first page.
page_size
Number of projects per page. Clamped to between 1 and 100 rather than rejected, so a larger value returns a full page.
status
Filter to projects in this status: queued, preparing, ready, or failed. Omit to return every status.
sort_direction
Sort by creation time; newest first by default.
Allowed values:
Response
Successful Response
projects
The page of dubbing projects the caller can access.
next_cursor
Opaque cursor to pass back as cursor for the next page, or null when there are no more results.
Errors
422
Unprocessable Entity Error