Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

call_id
string<uuid>
required

Call identifier used to retrieve reports owned by the authenticated user.

Response

Raw call report stats payloads.

call_id
string<uuid>

Unique call identifier.

call_report_id
string

User-scoped storage grouping identifier derived from the authenticated user. This is not a unique per-call report identifier and may be shared by multiple calls for the same user.

user_id
string<uuid>

Authenticated user that owns the call report.

organization_id
string<uuid>

Organization associated with the stored call report when provided by the Voice SDK reporting path.

voice_sdk_id
string

Voice SDK instance identifier.

voice_sdk_session_id
string

Voice SDK session correlation identifier used to group stats segments for the same SDK session.

voice_sdk_id_decoded
object

Decoded Voice SDK identifier metadata emitted by voice-sdk-proxy when available.

user_agent
string

Voice SDK user agent string reported by the client. This is the preferred SDK/platform/version dimension when present.

version
string

Legacy SDK version value when the client reports one separately from the user agent.

telnyx_session_id
string

Telnyx RTC session identifier for correlating the report with Voice SDK signaling and media-session logs.

telnyx_leg_id
string

Telnyx call leg identifier for correlating the report with call-control, SIP, and media troubleshooting data.

summary
object

High-level call metadata.

stats
object

Raw stats snapshot. It may include WebRTC RTCStatsReport-style entries and audio, connection, ICE, or transport metrics.

logs
object

A raw Voice SDK log entry. Additional SDK-specific fields may be present.

flushReason
object

Reason the SDK flushed this stats report segment, for example an intermediate socket-close flush.

segment
integer

Zero-based stats segment index when the SDK sends segmented or intermediate reports.

stored_at
string<date-time>

Time when the call report was stored.

created_at
string<date-time>

Creation timestamp when present.