List language targets

List a project’s language targets, cursor-paginated, each with signed output URLs once it has produced an output.

Path parameters

project_idstringRequired
Identifier of the parent dubbing project.

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 language targets per page. Clamped to between 1 and 100 rather than rejected, so a larger value returns a full page.
statusstring or nullOptional

Filter to targets in this status: queued, processing, completed, stale, or failed. Omit to return every status.

Response

Successful Response
languageslist of objects
The page of language targets for the project.
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