v53

OpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
Voice SDK Stats

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.

get/voice_sdk_call_reports/{call_id}

Path parameters

call_idstring uuid required

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

Response

Raw call report stats payloads.

call_idstring uuid

Unique call identifier.

call_report_idstring

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.

created_atstring date-time

Creation timestamp when present.

flushReasonobject

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

organization_idstring uuid

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

segmentinteger

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

stored_atstring date-time

Time when the call report was stored.

summaryobject

High-level call metadata.

telnyx_leg_idstring

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

telnyx_session_idstring

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

user_agentstring

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

user_idstring uuid

Authenticated user that owns the call report.

versionstring

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

voice_sdk_idstring

Voice SDK instance identifier.

voice_sdk_id_decodedobject

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

voice_sdk_session_idstring

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