Get average first response time
Team Analytics
Get average first response time
Returns the average time of the first response per contact within the specified date range
GET
Get average first response time
Documentation Index
Fetch the complete documentation index at: https://docs.vambe.me/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API key
Query Parameters
Start date (ISO 8601). Defaults to today-7d 00:00.
Example:
"2025-05-27"
End date (ISO 8601). Defaults to today 23:59.
Example:
"2025-06-03"
Optional array of agent IDs to filter by specific agents
Example:
["agent-id-1", "agent-id-2"]Optional pipeline ID to filter by specific pipeline
Example:
"pipeline-id-1"
Optional array of stage IDs to filter by specific stages
Example:
["stage-id-1", "stage-id-2"]Optional boolean to filter by archived conversations
Example:
true
Optional boolean to filter by unassigned conversations
Example:
true
Response
200 - application/json
Successfully retrieved average first response time
Average first response time in seconds
Example:
300
