query_queue_volumes
Retrieves conversation count per queue between specified dates to compare workload across up to 300 queues.
Instructions
Returns a breakdown of how many conversations occurred in each specified queue between two dates. Useful for comparing workload across queues. MAX 300 queue IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queueIds | Yes | List of up to MAX of 300 queue IDs | |
| startDate | Yes | The start date/time in ISO-8601 format (e.g., '2024-01-01T00:00:00Z') | |
| endDate | Yes | The end date/time in ISO-8601 format (e.g., '2024-01-07T23:59:59Z') |