---
title: "List Interviews Page"
method: GET
path: "/v1/interviews/list-page"
tags: ["interviews"]
---

# List Interviews Page

`GET /v1/interviews/list-page`

Return the interviews list page read model in one authorized request.

## Query parameters

- `workspace_id` string, uuid, required

## Headers

- `X-API-Key` string, nullable

## Response `200`

Successful Response

- InterviewListPageOut
  - `interviews` InterviewListItemOut[], required
    - `id` string, uuid, required
    - `workspace_id` string, uuid, required
    - `is_shared` boolean
    - `shared_from_workspace_name` string, nullable
    - `share_scope` string
    - `name` string, required
    - `goal` string, nullable, required
    - `status` string, required
    - `channel` string, required
    - `contact_count` integer
    - `completed_count` integer
    - `scheduled_count` integer
    - `folder` string, nullable
    - `created_by` string, nullable
    - `created_by_email` string, nullable
    - `created_by_name` string, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `folders` InterviewFolderOut[], required
    - `id` string, uuid, required
    - `workspace_id` string, uuid, required
    - `name` string, required
    - `interview_count` integer
    - `created_by` string, nullable, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

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