title: “Get Call History” description: “Get call history for a client” api: “GET /api/call-history” authMethod: “key”
Get Call History
Get call history for a client. Shows all calls for the client if the user belongs to that client.Super-admins can see all calls.
Parameters
- Query
page(integer, optional, default:1): Page number (1-indexed)page_size(integer, optional, default:50, max:200): Number of records per page
Request Example
Response
Success Response (200)
The response includes a
data array of call objects and a pagination block with metadata about pages and result counts. The actual call object contains additional fields such as transcripts, summaries, and metadata which may vary by deployment.Validation Error (422)
Array of validation error objects

