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

# interview.info

`POST /interview.info`

Fetch interview details by id.

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

## Request body

- InterviewInfoRequest
  - `id` string, uuid, required — The unique id of the interview whose details will be fetched

## Response `200`

Responses from the interview.info endpoint

- union
  - InterviewInfoSuccessResponse
    - `success` true, required
    - `results` Interview, required
      - `id` string, uuid, required — The unique identifier for the interview
      - `title` string, required — The internal title of the interview
      - `externalTitle` string, required — The title of the interview shown to candidates
      - `type` 'Assessment' | 'Interview' | 'InterviewWithoutSchedule' | 'TakeHome' | 'Debrief', required — The interview definition type, such as Interview, TakeHome, or Debrief
      - `isArchived` boolean, required — Whether the interview is archived
      - `isDebrief` boolean, required — Whether the interview is a debrief
      - `isFeedbackRequired` boolean, required — Whether feedback is required for this interview
      - `isFeedbackRequested` boolean, required — Whether feedback is requested for this interview
      - `instructionsHtml` string, nullable — The interview instructions rendered as HTML
      - `instructionsPlain` string, nullable — The interview instructions rendered as plain text
      - `jobId` string, uuid, nullable — The unique identifier for the job associated with this interview, if any
      - `feedbackFormDefinitionId` string, uuid, required — The unique identifier for the feedback form definition used by this interview
  - 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)
