List calls with filters
Calls
List calls with filters
Returns a paginated list of calls for the authenticated user’s organization. Filterable by contactId, userId, and status. Results are sorted by createdAt descending with contactId and userId populated. For ElevenLabs recordings stored in R2, signed playback URLs are generated inline.
GET
List calls with filters
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by contact ObjectId.
Filter by user ObjectId.
Filter by call status (e.g. completed, no-answer, failed).
Page size as a string (parsed to int; default 50).
Skip count as a string (parsed to int; default 0).