Retrieves metrics about how long conversations take to resolve. - Includes resolution times from the first received email and from the last assigned agent, both with and without delays. - If no startDate or endDate is provided, defaults to the last 7 days (a week from today).
Retrieves metrics about how long conversations take to resolve. Includes resolution times from the first received email and from the last assigned agent, both with and without delays.Documentation Index
Fetch the complete documentation index at: https://compass.docs.sunnyscoach.com/llms.txt
Use this file to discover all available pages before exploring further.
| 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 |
|---|---|---|
| min | number | Minimum time from first email to resolution (minutes) |
| max | number | Maximum time from first email to resolution (minutes) |
| average | number | Average time from first email to resolution (minutes) |
| median | number | Median time from first email to resolution (minutes) |
| Field | Type | Description |
|---|---|---|
| withDelays | object | Resolution times including delays (minutes) |
| withoutDelays | object | Resolution times excluding delays (minutes) |
| Field | Type | Description |
|---|---|---|
| min | number | Minimum resolution time (minutes) |
| max | number | Maximum resolution time (minutes) |
| average | number | Average resolution time (minutes) |
| median | number | Median resolution time (minutes) |
/email-meter/stats/response-times for initial response metrics/email-meter/stats/agents-detailed for agent-specific resolution data/email-meter/stats/flags for flagged conversation metricsBearer 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.