Skip to main content
GET
List Calls

Authorizations

Authorization
string
header
required

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

agent_id
string | null

Filter calls by AI agent ID

status
string | null

Filter by call status: 'initiated', 'in-progress', 'completed', or 'failed'

limit
integer
default:50

Maximum number of calls to return (1-200)

Required range: 1 <= x <= 200
offset
integer
default:0

Number of calls to skip for pagination

Required range: x >= 0

Response

Successful Response