calls
List Agent Calls
List all calls for a specific agent with filtering and pagination.
Returns:
- Actual call records from the database
- Proper to/from phone numbers
- Correct inbound/outbound direction
- Recording information if available
GET
List Agent Calls
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Number of calls to return
Required range:
1 <= x <= 500Number of calls to skip
Required range:
x >= 0Filter by direction: inbound, outbound
Filter by status: initiated, ringing, answered, ended, failed
Filter calls after this date
Filter calls before this date
Response
Successful Response
List Agent Calls