cigchat_wa_call_logs
Retrieve paginated WhatsApp call logs for your workspace. Filter by status, direction, phone number, or bot flow to analyze call history.
Instructions
Get paginated WhatsApp call logs for the workspace [GET /wa-call-logs] Requires the "Manage Team" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, between 1 and 1000 | |
| limit | No | Number of items in the response, between 1 and 100 | |
| status | No | Filter by call status One of: RINGING, REJECTED, MISSED, AI_ANSWERED, ANSWERED, NO_ANSWER. | |
| call_id | No | Filter by WhatsApp call ID | |
| flow_ns | No | Filter by bot namespace Accepts either the flow namespace id or the flow's exact name — the server resolves names automatically. | |
| direction | No | Filter by call direction: in, agent, out One of: in, agent, out. | |
| phone_number_id | No | Filter by WhatsApp phone number ID |