Skip to main content
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

Path Parameters

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

Domains Array

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

  1. Regular Monitoring: Track response times weekly
  2. Threshold Alerts: Set up alerts for domains exceeding thresholds
  3. Root Cause Analysis: Investigate causes of slow responses
  4. Improvement Tracking: Monitor improvements over time
  5. 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
  • Use /email-meter/stats/response-times for overall response metrics
  • Use /email-meter/stats/clients/top-domains for domain volume analysis
  • Use /email-meter/stats/agents-detailed for 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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

startDate
string<date>
required

Start date for the analysis (YYYY-MM-DD)

endDate
string<date>
required

End date for the analysis (YYYY-MM-DD)

Response

Successfully retrieved response time statistics for client domains

message
string
Example:

""

data
object