Call Logs
List Call Logs
Returns a paginated list of call transcripts and logs for a specific agent
GET
Path Parameters
The agent ID to retrieve call logs for (UUID format)
Query Parameters
Page number for pagination (1-indexed)
Number of items per page (max 100)
Call Log Object
Core Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique call log identifier (UUID) |
agent_id | string | Agent that handled the call |
room_name | string | Room identifier for the call |
Transcript Data
| Field | Type | Description |
|---|---|---|
transcript_text | string | Plain text version with timestamps (e.g., [0.50s] agent: Hello!) |
transcript_json | array | Structured transcript entries (see below) |
entry_count | integer | Total number of transcript entries |
summary_text | string | AI-generated summary of the call (Markdown format) |
System entries are logged for events like call transfers, webhook executions, and call end reasons.
Call Timing
| Field | Type | Description |
|---|---|---|
call_duration | integer | Call duration in seconds |
call_started_at | datetime | When the call started (ISO 8601) |
call_ended_at | datetime | When the call ended (ISO 8601) |
Session Metadata
| Field | Type | Description |
|---|---|---|
session_data | object | Additional session information |
session_data.caller_id | string | Caller’s phone number (e.g., +14155551234) |
session_data.total_entries | integer | Total transcript entries (including partials) |
session_data.final_entries | integer | Final (non-partial) transcript entries |
Recording
| Field | Type | Description |
|---|---|---|
recording_url | string | URL to call recording (if enable_recording was true) |
Recording URLs are pre-signed S3 URLs. They may expire after a period of time. Store recordings in your own storage if you need permanent access.
Timestamps
| Field | Type | Description |
|---|---|---|
created_at | datetime | When the log was created |
updated_at | datetime | When the log was last updated |
AI Summary Format
Thesummary_text field contains an AI-generated summary in Markdown format:
