---
title: "Turn-depth summary (avg / single-turn rate / quantiles)"
method: GET
path: "/v1/analytics/sessions/turn-depth"
tags: ["analytics"]
---

# Turn-depth summary (avg / single-turn rate / quantiles)

`GET /v1/analytics/sessions/turn-depth`

## Query parameters

- `start_date` string, date, required
- `end_date` string, date, required

## Response `200`

Successful Response

- TurnDepthRow[]
  - `total_sessions` integer, required
  - `avg_turns_per_session` number, required
  - `single_turn_rate_pct` number, required
  - `p50_turns` number, required
  - `p90_turns` number, required
  - `p95_turns` number, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
