Skip to main content
GET
Complete Contact Record
Returns every Operata field captured for a single Amazon Connect contact: softphone summary, Contact Trace Record (CTR), contact flow modules, headset analytics, and per-leg event timestamps. You’ll typically have the contactId from List contact summaries.

Endpoint

Parameters

Path

Response

200 OK with one object containing every captured block for the contact. A block is absent when its telemetry hasn’t arrived yet.
Telemetry continues to arrive for a short window after the contact ends. Fetching immediately may return a softphoneSummary without the headset or contact-flow blocks — retry a few seconds later to get the complete record.

Example

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.

Path Parameters

contactId
string
required

Amazon Connect Contact ID for the call

Response

200

contactFlowSummary
object[]
softphoneSummary
object
jabraSummary
object
contactTraceSummary
object
softphoneEvents
object
operataBillingSummary
object
contactDurationSummary
object