---
title: "Get Vapi Latency Turns"
method: GET
path: "/developer/vapi-latency/{vapi_call_id}/turns"
tags: ["Developer", "Developer - Vapi Latency"]
---

# Get Vapi Latency Turns

`GET /developer/vapi-latency/{vapi_call_id}/turns`

Per-turn latency rows for one Vapi call (drill-down).

## Path parameters

- `vapi_call_id` string, required

## Response `200`

Successful Response

- VapiTurnLatencyListResponse — Per-turn latency rows for a single Vapi call (drill-down).
  - `items` VapiTurnLatencyItem[]
    - `vapi_turn_latency_id` string, uuid, required
    - `turn_index` integer, required
    - `model_latency_ms` integer, nullable
    - `voice_latency_ms` integer, nullable
    - `transcriber_latency_ms` integer, nullable
    - `endpointing_latency_ms` integer, nullable
    - `turn_latency_ms` integer, nullable
    - `llm_model` string, nullable
    - `llm_provider` string, nullable
    - `voice_model` string, nullable
    - `voice_provider` string, nullable
    - `transcriber_model` string, nullable
    - `transcriber_provider` string, nullable
    - `active_assistant_id` string, nullable
    - `active_assistant_name` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
