Skip to main content
GET
Detailed Contact Stats
Returns the per-second network performance trace for one contact: jitter, round-trip time (RTT), MOS, packets sent and received, and agent status at each sample. Use it to chart call quality across the full duration of a contact — find the contactId first in List contact summaries.

Endpoint

Parameters

Path

Response

200 OK with an array of samples sorted by timestamp. Each sample covers one second of network metrics for the contact.
Sample count matches contact duration — one entry per second of active call. For aggregated min/avg/max values across the whole contact, use Get complete contact record.

Example

Errors

See Errors for shared codes such as 401 unauthorized, 429 rate_limited, and the 5xx family. For request caps see Rate limits.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

contactId
string
default:none
required

Amazon Connect Contact ID

Response

200

agentStatus
string
Example:

"Talk"

jitter
integer
default:0
Example:

24

mos
number
default:0
Example:

4.718968

packetsReceived
integer
default:0
Example:

50

packetsSent
integer
default:0
Example:

50

rtt
integer
default:0
Example:

58

timestamp
string
Example:

"2020-09-07T22:39:39.272Z"