Skip to main content
GET
Retrieve call history records for your active organization. You can filter results by call direction (inbound or outbound), lifecycle status, or perform free-text searches against call IDs and phone numbers.

Authentication

This endpoint requires Bearer token authentication.

Query Parameters

string
required
Bearer token for authentication. Format: Bearer <token>.
integer
default:"1"
Page number to retrieve (minimum 1).
integer
default:"20"
Number of items per page (minimum 1, maximum 100).
string
Filter by call direction. Allowed values: inbound, outbound.
string
Filter by call status (e.g. completed, failed, in-progress, busy, no-answer).
Fuzzy search filter applied to call_id, from_number, or to_number.

Response Fields

integer
Total number of matching call log records across all pages.
integer
Current page index.
integer
Number of items requested per page.
object[]
Array of call log objects.