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.
Documentation Index
Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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).