---
title: "Get Study Metrics"
method: GET
path: "/api/v1/studies/{id}/metrics"
tags: ["Studies"]
---

# Get Study Metrics

`GET /api/v1/studies/{id}/metrics`

Raw response counts and the configured quota for a study.

All counts are real responses only (non-archived, non-mock). `complete`
(status='closed') uses the same filter as quota enforcement. `in_progress`
counts interviews a participant has actually started but not finished; 'open'
shells that were initialized but never started are excluded. `screened_out`
counts participants disqualified by screening logic — a distinct status, so
it never overlaps `complete`. `quota` is passed through as stored — null when
unset, or whatever integer the user configured (including 0). Callers derive
quota-met / spots-remaining themselves from these values.

## Path parameters

- `id` string, required

## 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)
