List language targets

List a project’s language targets (cursor-paginated).

Path parameters

project_idstringRequired
Identifier of the parent dubbing project.

Headers

xi-api-keystringOptional

Query parameters

cursorstring or nullOptional

Pagination cursor from a previous response’s next_cursor.

page_sizeintegerOptionalDefaults to 20

Number of language targets per page (max 100).

statusstring or nullOptional

Filter to targets in this status (queued, processing, completed, stale, failed).

Response

Successful Response
languageslist of objects
The page of language targets for the project.
next_cursorstring or nullOptional
Cursor for the next page, or null when there are no more results.

Errors

422
Unprocessable Entity Error