API REFERENCE
Calls
Access your call history, transcripts, and recordings. This API allows you to track the performance of your campaigns, analyze AI interactions, and retrieve detailed logs of every conversation.
List all calls
GEThttp://localhost:3000/api/calls
Returns a paginated list of all calls. You can filter by campaignUuid, status, or date range.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
| campaignUuid | string | Filter calls by campaign. |
| status | string | Filter by status: completed, failed, busy, no-answer. |
| recordUuid | string | Filter by specific record. |
| page | number | Page number for pagination. |
| limit | number | Items per page. |
Responses
JSON
Get call details
GEThttp://localhost:3000/api/calls/{uuid}
Retrieves the full details of a specific call, including the transcript, recording URL (if available), and AI analysis summary.
Responses
JSON