Get conversation statistics grouped by channel type
Get conversation counts grouped by channel type and status for a given date range. Returns statistics for each channel type including open, resolved, pending, snoozed, and total conversation counts.
Note: This API endpoint is available only in Chatwoot version 4.10.0 and above. The date range is limited to a maximum of 6 months.
Documentation Index
Fetch the complete documentation index at: https://developers.voxys.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
This token can be obtained by visiting the profile page or via rails console. Provides access to endpoints based on the user permissions levels. This token can be saved by an external system when user is created via API, to perform activities on behalf of the user.
Path Parameters
The numeric ID of the account
Query Parameters
The timestamp from where report should start (Unix timestamp).
The timestamp from where report should stop (Unix timestamp).
Response
Success
Channel summary report containing conversation counts grouped by channel type and status. Available in version 4.10.0+.
Conversation statistics for a specific channel type (e.g., Channel::WebWidget, Channel::Api)

