---
title: "Get Study Stats"
method: GET
path: "/api/v1/studies/{study_id}/stats"
tags: ["Study Results"]
---

# Get Study Stats

`GET /api/v1/studies/{study_id}/stats`

Completion funnel for a study.

Per-question answer aggregates live on
GET /{study_id}/questions/{question_id}/stats — a different shape entirely.

## Path parameters

- `study_id` string, required

## Query parameters

- `include_simulations` boolean — Include AI-simulated interviews

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getversive/apis/versive-public-api.md) · [All operations](https://skmtc.dev/getversive/apis/versive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getversive/versive-public-api/revisions/00e66dd838cc/schema)
