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_id
Identifier of the parent dubbing project.
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 language targets per page. Clamped to between 1 and 100 rather than rejected, so a larger value returns a full page.
status
Filter to targets in this status: queued, processing, completed, stale, or failed. Omit to return every status.
Response
Successful Response
languages
The page of language targets for the project.
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