v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439185265.0 KB

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

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

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'Transcribe.ListCallAnalyticsJobs' required

Request body

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

Returns only Call Analytics 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 Call Analytics jobs are returned.

JobNameContainsstring

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

NextTokenstring

If your <code>ListCallAnalyticsJobs</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 Call Analytics 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 Call Analytics 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.