v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1498353.7 KB

Returns a list of SpeechSynthesisTask objects ordered by their creation date. This operation can filter the tasks by their status, for example, allowing users to list only tasks that are completed.

get/v1/synthesisTasks

Query parameters

MaxResultsinteger

Maximum number of speech synthesis tasks returned in a List operation.

NextTokenstring

The pagination token to use in the next request to continue the listing of speech synthesis tasks.

Status'scheduled' | 'inProgress' | 'completed' | 'failed'

Status of the speech synthesis tasks returned in a List operation

Response

Success

NextTokenstring

An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.