list_calls
Retrieve recent voice call history with status, duration, and outcome. Filter by channel, direction, or agent to find specific sessions.
Instructions
List recent voice sessions with a summary of each.
Returns call history sorted by most recent first. Each entry includes status, duration, and outcome — but NOT the transcript. Use get_call with a specific call_id to read the full transcript.
Filter by channel (transport: phone, web, whatsapp_voice) and/or
direction (inbound vs outbound, NULL for web). Filter by agent_id
to see calls handled by a specific agent.
Args: limit: How many calls to return (1-100, default 10) channel: Transport filter: "phone" | "web" | "whatsapp_voice" direction: "inbound" or "outbound" (NULL for web sessions) agent_id: Filter to calls handled by this agent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| channel | No | ||
| agent_id | No | ||
| direction | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |