List Calls
Calls
List Calls
List voice calls made by your AI agents.
Returns call history with optional filters by agent or status. Each entry includes direction (inbound/outbound), duration, phone numbers, and current status.
Filters:
- agent_id: only calls for a specific AI agent
- status: “initiated”, “in-progress”, “completed”, or “failed”
GET
List Calls
Authorizations
AgentLine API key. Get one via the email OTP flow (POST /v1/auth/otp then POST /v1/auth/verify). Pass as: Authorization: Bearer sk_live_...
Query Parameters
Filter calls by AI agent ID
Filter by call status: 'initiated', 'in-progress', 'completed', or 'failed'
Maximum number of calls to return (1-200)
Required range:
1 <= x <= 200Number of calls to skip for pagination
Required range:
x >= 0Response
Successful Response