---
title: "Get average first response time"
method: GET
path: "/api/analytics/team/snapshot/average-first-response-time"
tags: ["Team Analytics"]
---

# Get average first response time

`GET /api/analytics/team/snapshot/average-first-response-time`

Returns the average time of the first response per contact within the specified date range

## Query parameters

- `startDate` string
- `endDate` string
- `agentIds` string[]
- `pipelineId` string
- `stageIds` string[]
- `hideArchived` boolean
- `hideUnassigned` boolean

## Headers

- `x-api-key` string, required

## Response `200`

Successfully retrieved average first response time

- object
  - `averageFirstResponseTime` number — Average first response time in seconds

---

[API](https://skmtc.net/vambe/apis/vambe-ai-api.md) · [All operations](https://skmtc.net/vambe/apis/vambe-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vambe/vambe-ai-api/revisions/e206709d4be5/schema)
