Documentation Index
Fetch the complete documentation index at: https://docs.unpod.dev/llms.txt
Use this file to discover all available pages before exploring further.
Call Logs API
The Call Logs API allows you to retrieve call history logs for your organization. It provides comprehensive call details including duration, status, timestamps, and source/destination numbers.Prerequisites: Make sure you have your API Token and Org-Handle ready. See Authentication for details.
What You Can Do
| Endpoint | Description |
|---|---|
GET /api/v2/platform/call-logs/ | Retrieve all call logs with filtering & pagination |
Base URL
Authentication
All Call Logs API requests require a valid API token and Org-Handle in the headers:Available Filters
| Filter | Description |
|---|---|
page | Page number for pagination |
page_size | Number of records per page |
start_date | Filter calls from this date (ISO 8601) |
end_date | Filter calls until this date (ISO 8601) |
call_type | Filter by inbound or outbound |
call_status | Filter by completed, missed, or failed |
Common Error Codes
| Status Code | Description |
|---|---|
| 200 | Success - Request completed successfully |
| 400 | Bad Request - Invalid parameters provided |
| 401 | Unauthorized - Invalid or missing API token |
| 403 | Forbidden - Invalid organization handle |
| 500 | Internal Server Error - Server-side error |