Get a matrix showing the count of conversations for each inbox-label combination. Returns a list of inboxes, labels, and a 2D matrix where each cell contains the count of conversations in a specific inbox that have a specific label applied.
Note: This API endpoint is available only in Chatwoot version 4.11.0 and above.
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.
The numeric ID of the account
The timestamp from where report should start (Unix timestamp).
The timestamp from where report should stop (Unix timestamp).
Filter by specific inbox IDs.
Filter by specific label IDs.
Success
Inbox-label matrix report showing the count of conversations for each inbox-label combination.