---
title: "interviewStageGroup.list"
method: POST
path: "/interviewStageGroup.list"
tags: ["Interview Stage Group"]
---

# interviewStageGroup.list

`POST /interviewStageGroup.list`

List all interview stage groups in the organization in order.

**Requires the [`interviewsRead`](authentication#permissions-interviewstagegrouplist) permission.**

## Request body

- InterviewStageGroupListRequest

## Response `200`

Responses from the interviewStageGroup.list endpoint

- union
  - InterviewStageGroupListSuccessResponse
    - `success` true, required
    - `results` InterviewStageGroup[], required
      - `id` string, uuid, required — The unique identifier for the interview stage group
      - `title` string, required — The title of the interview stage group
      - `order` integer, required — The order of the interview stage group within an interview plan
      - `stageType` 'Active' | 'Archived' | 'Hired' | 'PreInterviewScreen' | 'Offer' | 'Lead', required — The category of interview stage group
  - ErrorResponse
    - `success` false, required
    - `errors` ErrorDetail[], required
      - `message` string, required
      - `parameter` string

---

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