List contact summaries
Query a time window and get a paginated list of contacts — each with headline agent, network, audio, and duration metrics — to drive exports, listings, or alerting.
Endpoint
Parameters
Query
mos*, jitter*, rtt*, packetsLost*) require both ends in the same request.
Response
200 OK with a paginated envelope. Each entry in data[] summarizes one contact.
Example
Fetch the first page of a 24-hour window, then advance to the next page using the returned cursor.Errors
401 unauthorized, 429 rate_limited, and the 5xx family.Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Page size
Record offset
From Time
To Time
Network Type
Amazon Connect Contact ID
Agent City
MOS From value (Both from and to values should present)
MOS To value (Both from and to values should present)
Jitter From value (Both from and to values should present)
Jitter To value (Both from and to values should present)
RTT From value (Both from and to values should present)
RTT To value (Both from and to values should present)
Packets Lost From value (Both from and to values should present)
Packets Lost To value(Both from and to values should present)
Agent Status (Talk/Mute)