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

# Get Study Question Stats

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

Answer aggregates for one quantitative question: the same numbers the
dashboard charts show. Unsupported question types return 400.

## Path parameters

- `study_id` string, required
- `question_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)
