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