Get clients with the lowest resolved conversations
Client Analytics
Clients with Lowest Resolution Rates
Returns the top 3 client domains that have the highest number of unresolved conversations within the given date range.
- A conversation is considered unresolved if it does not contain a
resolvedcategory. - The system automatically adjusts the date range to a week from today if not provided.
GET
Get clients with the lowest resolved conversations
Returns the top 3 client domains that have the highest number of unresolved conversations within the given date range. A conversation is considered unresolved if it does not contain a resolved category.
Request
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| startDate | string | Yes | Start date for the range (YYYY-MM-DD) |
| endDate | string | Yes | End date for the range (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 clients with lowest resolved conversations
400 Bad Request
401 Unauthorized
500 Internal Server Error
Example
Data Fields Explained
Clients by Lowest Resolved Array
| Field | Type | Description |
|---|---|---|
| domain | string | The client’s email domain |
| count | integer | Number of unresolved conversations |
Use Cases
- Problem Identification: Identify clients with resolution issues
- Service Improvement: Target improvements for specific domains
- Quality Assurance: Monitor resolution quality by client
- Relationship Management: Address client-specific issues
- Process Optimization: Identify patterns in unresolved conversations
Analysis Examples
Resolution Rate Calculation
Trend Monitoring
Best Practices
- Regular Monitoring: Track unresolved conversations weekly
- Root Cause Analysis: Investigate why certain domains have more unresolved issues
- Client Communication: Proactively address issues with problematic domains
- Process Review: Review resolution processes for specific client types
- Performance Tracking: Monitor improvement over time
Related Endpoints
- Use
/email-meter/stats/clients/top-domainsfor overall domain volume - Use
/email-meter/stats/clients/response-timesfor domain performance metrics - Use
/email-meter/stats/resolved-timesfor overall resolution analysis
Notes
- Only domains with unresolved conversations are included
- Unresolved conversations are those without resolved status
- Data helps identify clients needing special attention
- Results are sorted by highest unresolved count first
- Limited to top 3 to focus on most critical issues
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Start date for the range (YYYY-MM-DD)
End date for the range (YYYY-MM-DD)