Skip to main content
GET
Contact Summary
Query a time window and get a page of contacts with summary metrics — agent, location, network performance, MOS, and contact duration. Use it to power listing views, scheduled exports, or threshold-based alerting before drilling into the full record per contact.

Endpoint

Parameters

Query

Range filters (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

See Errors for shared codes such as 401 unauthorized, 429 rate_limited, and the 5xx family.

Authorizations

Authorization
string
header
required

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

Query Parameters

size
string
default:none

Page size

from
string
default:none

Record offset

fromTime
string
default:none

From Time

toTime
string
default:none

To Time

networkType
string
default:none

Network Type

contactId
string
default:none

Amazon Connect Contact ID

agentCity
string
default:none

Agent City

mosFrom
string
default:none

MOS From value (Both from and to values should present)

mosTo
string
default:none

MOS To value (Both from and to values should present)

jitterFrom
string
default:none

Jitter From value (Both from and to values should present)

jitterTo
string
default:none

Jitter To value (Both from and to values should present)

rttFrom
string
default:none

RTT From value (Both from and to values should present)

rttTo
string
default:none

RTT To value (Both from and to values should present)

packetsLostFrom
string
default:none

Packets Lost From value (Both from and to values should present)

packetsLostTo
string
default:none

Packets Lost To value(Both from and to values should present)

agentStatus
string
default:none

Agent Status (Talk/Mute)

Response

200

softphoneSummary
object
operataBillingSummary
object
contactDurationSummary
object