Returns the top 10 client domains with the longest median response times over the specified date range.
Returns the top 10 client domains with the longest median response times over the specified date range. Calculates response times from all email conversations and includes both overall stats and per-domain median response times.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 for the analysis (YYYY-MM-DD) |
| endDate | string | Yes | End date for the analysis (YYYY-MM-DD) |
YYYY-MM-DD (ISO 8601 date)| Field | Type | Description |
|---|---|---|
| min | number | Minimum response time (minutes) |
| max | number | Maximum response time (minutes) |
| average | number | Average response time (minutes) |
| median | number | Median response time (minutes) |
| Field | Type | Description |
|---|---|---|
| domain | string | Client domain name |
| median | number | Median response time for domain (minutes) |
/email-meter/stats/response-times for overall response metrics/email-meter/stats/clients/top-domains for domain volume analysis/email-meter/stats/agents-detailed for agent-specific response timesBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Start date for the analysis (YYYY-MM-DD)
End date for the analysis (YYYY-MM-DD)