Returns the average time of the first response per contact within the specified date range
| Parameter | Type | Required | Description |
|---|---|---|---|
startDate | string | No | Start date (ISO 8601 format). Default: 7 days ago |
endDate | string | No | End date (ISO 8601 format). Default: today |
agentIds | string[] | No | Filter by specific team member IDs |
pipelineId | string | No | Filter by specific pipeline |
| Field | Type | Description |
|---|---|---|
averageFirstResponseTime | number | Average first response time in seconds |
"2024-09-30""2024-01-15""09/30/2024""30-09-2024"| Status Code | Description |
|---|---|
| 400 | Bad Request - Invalid date format |
| 401 | Unauthorized - Invalid or missing API key |
| 500 | Internal Server Error - Something went wrong |
| Time Range | Rating | Use Case |
|---|---|---|
| < 3 minutes | Excellent โญโญโญ | Premium support, urgent |
| 3-5 minutes | Good โญโญ | Standard support |
| 5-10 minutes | Fair โญ | Non-urgent inquiries |
| > 10 minutes | Needs Work โ ๏ธ | Consider staffing/processes |
API key
Start date (ISO 8601). Defaults to today-7d 00:00.
"2025-05-27"
End date (ISO 8601). Defaults to today 23:59.
"2025-06-03"
Optional array of agent IDs to filter by specific agents
["agent-id-1", "agent-id-2"]Optional pipeline ID to filter by specific pipeline
"pipeline-id-1"
Successfully retrieved average first response time
Average first response time in seconds
300