Returns the top 10 client domains with the longest median response times over the specified date range.
| 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)