---
title: "interviewStage.info"
method: POST
path: "/interviewStage.info"
tags: ["Interview Stage"]
---

# interviewStage.info

`POST /interviewStage.info`

Retrieves detailed information about a specific interview stage by its ID.

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

## Request body

- InterviewStageInfoRequest
  - `interviewStageId` string, uuid, required — The id of the interview stage to retrieve

## Response `200`

Responses from the interviewStage.info endpoint

- union
  - InterviewStageInfoSuccessResponse
    - `success` true, required
    - `results` InterviewStage, required
      - `id` string, uuid, required — The unique identifier for the interview stage
      - `title` string, required — The title of the interview stage
      - `type` string, required — The type of the interview stage (e.g. Active, Archived, Hired, PreInterviewScreen, Offer, Lead)
      - `interviewPlanId` string, uuid, required — The id of the interview plan this stage belongs to
      - `orderInInterviewPlan` integer, required — The order of this stage within its interview plan (zero-indexed)
      - `interviewStageGroupId` string, uuid, nullable, required — The id of the interview stage group this stage belongs to, if any
  - ErrorResponse
    - `success` false, required
    - `errors` ErrorDetail[], required
      - `message` string, required
      - `parameter` string

---

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