v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439185265.0 KB

Provides a list of transcription jobs that match the specified criteria. If no criteria are specified, all transcription jobs are returned.

To get detailed information about a specific transcription job, use the operation.

post/#X-Amz-Target=Transcribe.ListTranscriptionJobs

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'Transcribe.ListTranscriptionJobs' required

Request body

Status'QUEUED' | 'IN_PROGRESS' | 'FAILED' | 'COMPLETED'

Returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest job first. If you don't include <code>Status</code>, all transcription jobs are returned.

JobNameContainsstring

Returns only the transcription jobs that contain the specified string. The search is not case sensitive.

NextTokenstring

If your <code>ListTranscriptionJobs</code> request returns more results than can be displayed, <code>NextToken</code> is displayed in the response with an associated string. To get the next page of results, copy this string and repeat your request, including <code>NextToken</code> with the value of the copied string. Repeat as needed to view all your results.

MaxResultsinteger

The maximum number of transcription jobs to return in each page of results. If there are fewer results than the value that you specify, only the actual results are returned. If you don't specify a value, a default of 5 is used.

Response

Success

Status'QUEUED' | 'IN_PROGRESS' | 'FAILED' | 'COMPLETED'

Lists all transcription jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.

NextTokenstring

If <code>NextToken</code> is present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with the <code>NextToken</code> parameter in your results output, then run your request again including <code>NextToken</code> with the value of the copied string. Repeat as needed to view all your results.