---
title: "Find interview templates for the job"
method: GET
path: "/interview/templates/jobs/{jobId}"
tags: ["interview-templates"]
deprecated: true
---

# Find interview templates for the job

`GET /interview/templates/jobs/{jobId}`

> **Deprecated.**

Finds job interview templates, grouped and ordered by hiring stage and hiring step.

## Path parameters

- `jobId` string, uuid, required

## Response `200`

Successfully retrieved job interview templates.

- JobInterviewTemplatesExternal
  - `stages` JobInterviewTemplatesForStageExternal[] — List of job stages containing steps with assigned interview templates
    - `hiringStage` string — Hiring stage of the process containing steps with assigned interview templates
    - `steps` JobInterviewTemplateForStepExternal[] — List of all hiring steps that contain an interview template
      - `hiringStep` string — Hiring step in which the interview will take place
      - `interviewTemplate` JobInterviewTemplateExternal — Details of the interview template
        - `templateId` string, uuid — Job template id
        - `templateName` string — Job template name
        - `hiringTeamRoleToInterviewers` object — List of interviewers assignable to an interview by hiring team role
        - `hiringTeamRoleToInterviewerCount` object — Required number of interviewers for given hiring team roles

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Job not found.

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
