v1

latestOpenAPI 3.0.12026-07-24285462499.1 KB
interview-templates

Get managed hiring process steps for the job.

Gets managed hiring process steps for the job's hiring process. Managed steps are used to control whether for given hiring stage and step is is required to have an interview template assigned.

get/managed-steps/jobs/{jobId}

Path parameters

jobIdstring uuid required

The job id

Response

Returns managed steps.

Example response

{
  "states": [
    {
      "stage": "INTERVIEW",
      "steps": [
        {
          "step": "Phone screen"
        }
      ]
    }
  ]
}