List calls

Returns calls for the authenticated user with optional filtering.

Authentication

AuthorizationBearer

Send as Authorization: Bearer <your-key>. Obtain keys from the portal — prefix sk_live_ for production, sk_test_ for sandbox.

Query parameters

line_idstringOptionalformat: "uuid"
Filter by line ID
statusenumOptional
Filter by call status
limitintegerOptional1-100Defaults to 50

Maximum number of results (1-100)

offsetintegerOptional>=0Defaults to 0
Number of results to skip

Response

List of calls
callslist of objects
totalinteger
Total number of matching calls

Errors

401
Unauthorized Error