---
title: "Get Project Interviews"
method: GET
path: "/v1/projects/{project_id}/interviews"
tags: ["projects"]
---

# Get Project Interviews

`GET /v1/projects/{project_id}/interviews`

Get all interviews linked to a project.

Returns interview list with contact/completion counts.
Optional status filter: draft, active, paused, completed.

## Path parameters

- `project_id` string, uuid, required

## Query parameters

- `status` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
