Get Logs
Details
Get Logs
Retrieve paginated communication logs (calls, WhatsApp, SMS) with optional filters.
Get Logs
Headers
Bearer token for authentication (e.g.,
Bearer <your_token>).Query Parameters
Filter by communication type.
Filter by log status (e.g.,
No Contact, Completed, Failed).Filter by call disposition (e.g.,
Voicemail, Promise to Pay, Not Interested).Filter by caller/sender phone number (e.g.,
+918035450808).Filter by customer phone number (e.g.,
8888889956).Filter by campaign ID.
Filter by agent ID.
Filter logs from this datetime (inclusive). Format: ISO 8601 (e.g.,
2026-01-17T00:00:00).Filter logs until this datetime (inclusive). Format: ISO 8601 (e.g.,
2026-01-17T23:59:59).Page number (1-indexed). Each page returns 10 logs.
If
true, returns only the total count of matching logs without fetching log data.Response
Standard Response (count_only=false)
Indicates whether the request was successful.
Array of log entries. Fields vary slightly based on type.
Pagination metadata.
Count-Only Response (count_only=true)
Indicates whether the request was successful.
Total number of logs matching the filters.

