Returns a paginated list of calls for the authenticated project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Maximum number of calls to return (default: 20, max: 100)
1 <= x <= 10020
Cursor for pagination - call ID to start after
"550e8400-e29b-41d4-a716-446655440000"
Field to sort by (default: createdAt)
createdAt, startedAt, endedAt, duration, title, status "createdAt"
Sort direction (default: desc)
asc, desc "desc"
Filter by call status
RINGING, IN_PROGRESS, ENDED "ENDED"
Search text to filter calls by title, summary, or transcript
"billing inquiry"