get_account_reporting_events
Retrieve account reporting events filtered by event name, timestamp range, user ID, or inbox ID to monitor key metrics like first response, resolution, and reply time.
Instructions
Account Reporting Events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter events by event name (e.g., first_response, resolution, reply_time) | |
| since | No | The timestamp from where events should start (Unix timestamp in seconds) | |
| until | No | The timestamp from where events should stop (Unix timestamp in seconds) | |
| user_id | No | Filter events by user/agent ID | |
| inbox_id | No | Filter events by inbox ID |