Get clients with the longest response times
Client Analytics
Client Domain Response Times
Returns the top 10 client domains with the longest median response times over the specified date range.
- Calculates response times from all email conversations. - Includes both overall stats and per-domain median response times. - If the date range is not provided, it defaults to a week from today.
GET
Get clients with the longest response times
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.
Request
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token |
Path Parameters
| 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) |
Parameter Format
- Format:
YYYY-MM-DD(ISO 8601 date) - Timezone: UTC
- Default: Last 7 days if not provided
Response
200 OK - Successfully retrieved response time statistics for client domains
400 Bad Request
401 Unauthorized
500 Internal Server Error
Example
Data Fields Explained
Overall Statistics
| 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) |
Domains Array
| Field | Type | Description |
|---|---|---|
| domain | string | Client domain name |
| median | number | Median response time for domain (minutes) |
Performance Analysis
Response Time Categories
Performance Comparison
Trend Analysis
Use Cases
- Service Quality: Identify domains experiencing slow responses
- Process Improvement: Target improvements for specific client types
- SLA Management: Monitor service level compliance by domain
- Resource Allocation: Prioritize resources for problematic domains
- Client Management: Address performance issues with specific clients
Visualization Examples
Horizontal Bar Chart
Comparison Chart
Best Practices
- Regular Monitoring: Track response times weekly
- Threshold Alerts: Set up alerts for domains exceeding thresholds
- Root Cause Analysis: Investigate causes of slow responses
- Improvement Tracking: Monitor improvements over time
- Client Communication: Discuss performance issues with affected clients
Performance Targets
Response Time Targets
- Excellent: < 15 minutes median response time
- Good: 15-30 minutes median response time
- Acceptable: 30-60 minutes median response time
- Needs Improvement: 60-120 minutes median response time
- Critical: > 120 minutes median response time
Related Endpoints
- Use
/email-meter/stats/response-timesfor overall response metrics - Use
/email-meter/stats/clients/top-domainsfor domain volume analysis - Use
/email-meter/stats/agents-detailedfor agent-specific response times
Notes
- Response times are calculated in minutes
- Median is used instead of average to reduce impact of outliers
- Only domains with sufficient conversation volume are included
- Times are based on business hours by default
- Automated responses are excluded from calculations
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Start date for the analysis (YYYY-MM-DD)
End date for the analysis (YYYY-MM-DD)