v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1413113.9 KB

Provides a list of analysis segments for a real-time analysis session.

post/realtime-contact-analysis/analysis-segments

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Request body

InstanceIdstring required

The identifier of the Amazon Connect instance.

ContactIdstring required

The identifier of the contact.

MaxResultsinteger

The maximimum number of results to return per page.

NextTokenstring

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Response

Success

NextTokenstring
<p>If there are additional results, this is the token for the next set of results. If response includes <code>nextToken</code> there are two possible scenarios:</p> <ul> <li> <p>There are more segments so another call is required to get them.</p> </li> <li> <p>There are no more segments at this time, but more may be available later (real-time analysis is in progress) so the client should call the operation again to get new segments.</p> </li> </ul> <p>If response does not include <code>nextToken</code>, the analysis is completed (successfully or failed) and there are no more segments to retrieve.</p>
All 1 operations