List Calls
List calls with filtering, sorting, and pagination
Authorizations
API key for authentication. Generate API keys from the RevRing dashboard.
Query Parameters
Page number
x >= 1Items per page
1 <= x <= 100Sort field
createdAt, startedAt, endedAt, durationSeconds, status, direction Sort direction
asc, desc Filter by status (comma-separated)
Filter by direction
INBOUND, OUTBOUND Filter by agent ID
Filter by the call's agent folder. Pass a folder ID to only return calls whose agent is in that folder, or none to only return calls whose agent has no folder. Calls whose agent has been deleted are not returned by this filter.
Filter by SIP trunk ID
Filter by from number (E.164)
Filter by to number (E.164)
Filter by creation date (ISO 8601)
Filter by creation date (ISO 8601)
Search query
64Response
Paginated list of calls
Paginated list of calls
Array of call records
Current page number
x >= 1Number of items per page
1 <= x <= 100Total number of calls matching filters
Whether there are more pages available