List calls
Calls
List calls
GET /v1/calls
GET
List calls
Returns calls for your account, newest first.
The list response omits the full transcript for performance. Fetch a single call with Get call for the transcript.
Request
Query parameters
| Parameter | Type | Notes |
|---|---|---|
limit | int | Default 25, max 100 |
offset | int | Pagination offset |
agent_id | string | Filter to one agent |
direction | enum | inbound or outbound |
since | ISO date | Calls started after this time |
until | ISO date | Calls started before this time |
caller_sentiment | enum | happy, neutral, frustrated |
call_successful | bool | Filter by success flag |
voicemail_detected | bool | Filter to/from voicemail calls |