Endpoints
Retrieve Call Logs
Retrieves a list of call logs with pagination support.
GET
Retrieves a paginated list of call logs from the system. Use this endpoint to access call logs with metadata, such as timestamps and call dispositions.
Query Parameters
- limit (optional, number): Number of items per page (default is 10, max is 100).
- page (optional, number): The current page number to retrieve.
Responses
- 200: A JSON object containing the list of call logs and metadata.
Authorizations
Query Parameters
Number of items per page.
Required range:
1 <= x <= 100
The current page number.
Required range:
x >= 1
Response
default - application/json
A list of call logs with metadata.
The response is of type any
.