Skip to main content
GET
List Events

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 events by AI agent ID

event_type
string | null

Filter by event type (e.g. 'call.completed', 'call.failed')

limit
integer
default:50

Maximum number of events to return (1-200)

Required range: x <= 200

Response

Successful Response