Request
Your organization ID
Your organization API key
Start date for filtering calls (ISO 8601 format: YYYY-MM-DD)
End date for filtering calls (ISO 8601 format: YYYY-MM-DD)
Filter calls by specific agent ID
Maximum number of records to return (default: 100, max: 1000)
Number of records to skip for pagination
Examples
Response
Indicates if the request was successful
Array of call log objects
Total number of calls matching the filter criteria
Number of records returned in this response
Offset used for pagination
Call Log Object
Unique identifier for the call
ID of the agent used for the call
Destination phone number
Source phone number
Call duration in seconds
Status of the call (completed, failed, busy, no_answer)
Outcome of the call (appointment_scheduled, lead_qualified, etc.)
Timestamp when the call was made (ISO 8601 format)
Full transcript of the call conversation
URL to access the call recording (if available)
Success Response (200 OK)
Error Responses
Missing required fields or invalid parameters
Organization not found
Server error