Retrieves high-level metrics for agent performance and email assignment efficiency within the given date range. - Includes statistics on time to assign agents and number of agents per conversation. - If no startDate or endDate is provided, defaults to the last 7 days (a week from today).
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token |
| Parameter | Type | Required | Description |
|---|---|---|---|
| startDate | string | Yes | Start date of the range (ISO 8601). Defaults to 7 days before today |
| endDate | string | Yes | End date of the range (ISO 8601). Defaults to today |
YYYY-MM-DD (ISO 8601 date)| Field | Type | Description |
|---|---|---|
| first | object | Time to assign first agent (minutes) |
| overall | object | Time to complete all assignments (minutes) |
| Field | Type | Description |
|---|---|---|
| min | number | Minimum assignment time (minutes) |
| max | number | Maximum assignment time (minutes) |
| average | number | Average assignment time (minutes) |
| median | number | Median assignment time (minutes) |
| Field | Type | Description |
|---|---|---|
| min | number | Minimum agents per conversation |
| max | number | Maximum agents per conversation |
| average | number | Average agents per conversation |
| median | number | Median agents per conversation |
/email-meter/stats/agents-detailed for per-agent statistics/email-meter/stats/response-times for overall response metrics/email-meter/stats/resolved-times for resolution analysisBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Start date of the range (ISO 8601). Defaults to 7 days before today if not provided.
End date of the range (ISO 8601). Defaults to today if not provided.