---
title: "Get Interviews"
method: GET
path: "/api/v1/interviews"
tags: ["Interviews"]
---

# Get Interviews

`GET /api/v1/interviews`

Fetch a single interview by vid, or list a study's interviews by study_id.

Mock and archived interviews are never included — this API behaves as if
they do not exist.

## Query parameters

- `vid` string, nullable
- `study_id` string, nullable
- `page` integer
- `page_size` integer
- `status` string, nullable — Filter by interview status
- `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)
