Skip to main content
GET
Fetch a single call log entry by its unique identifier (call_log_id). The response includes caller numbers, agent metadata, duration in seconds, dialog transcript, summary, and recording reference.

Authentication

This endpoint requires Bearer token authentication.

Path Parameters

string
required
Bearer token for authentication. Format: Bearer <token>.
string
required
Unique UUID identifier of the call log entry.

Response Fields

string
Unique UUID identifier for this call log entry.
string
UUID of the owning organization.
string
Telephony provider call identifier (e.g. call_61ef871b0a82).
string
UUID of the voice agent configured to handle this call, or null.
string
UUID of the organization WhatsApp voice endpoint, or null.
string
Telephony provider phone number identifier, or null.
string
Originating caller phone number in E.164 format.
string
Destination recipient phone number in E.164 format.
string
Call direction (inbound or outbound).
string
Call execution status (completed, in-progress, busy, failed, no-answer).
integer
Duration of the active audio connection in seconds.
string
ISO 8601 timestamp when call audio channel was connected.
string
ISO 8601 timestamp when call was hung up.
string
Storage path or identifier to retrieve audio recording via /audio proxy endpoint.
any
Structured speaker dialog transcript segments.
string
AI-generated qualitative summary of the voice conversation.
number
Calculated total carrier and AI inference cost in USD.
string
ISO 8601 creation timestamp.
string
ISO 8601 last update timestamp.