v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
Interview Stage Group

interviewStageGroup.list

List all interview stage groups in the organization in order.

Requires the interviewsRead permission.

post/interviewStageGroup.list

Request body

InterviewStageGroupListRequest required

Response

Responses from the interviewStageGroup.list endpoint

OR

Example response

{
  "success": true,
  "results": [
    {
      "id": "84bfbed7-ed0a-496d-bb18-11b73369f666",
      "title": "Technical Screening",
      "order": 1,
      "stageType": "Active"
    }
  ]
}