Retrieve Voice SDK call reports by call ID
Returns raw call report stats JSON payloads stored for the authenticated user and call_id. The user is derived from Telnyx authentication, not from request parameters.
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Call identifier used to retrieve reports owned by the authenticated user.
Response
Raw call report stats payloads.
Unique call identifier.
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.
Authenticated user that owns the call report.
Organization associated with the stored call report when provided by the Voice SDK reporting path.
Voice SDK instance identifier.
Voice SDK session correlation identifier used to group stats segments for the same SDK session.
Decoded Voice SDK identifier metadata emitted by voice-sdk-proxy when available.
Voice SDK user agent string reported by the client. This is the preferred SDK/platform/version dimension when present.
Legacy SDK version value when the client reports one separately from the user agent.
Telnyx RTC session identifier for correlating the report with Voice SDK signaling and media-session logs.
Telnyx call leg identifier for correlating the report with call-control, SIP, and media troubleshooting data.
High-level call metadata.
Raw stats snapshot. It may include WebRTC RTCStatsReport-style entries and audio, connection, ICE, or transport metrics.
- object[]
- object
A raw Voice SDK log entry. Additional SDK-specific fields may be present.
- object[]
- object
Reason the SDK flushed this stats report segment, for example an intermediate socket-close flush.
Zero-based stats segment index when the SDK sends segmented or intermediate reports.
Time when the call report was stored.
Creation timestamp when present.