---
title: "Finds job level interview templates for a job"
method: GET
path: "/job-templates/jobs/{jobId}"
tags: ["job-level-interview-templates"]
---

# Finds job level interview templates for a job

`GET /job-templates/jobs/{jobId}`

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

## Path parameters

- `jobId` string, uuid, required

## Response `200`

job level interview templates found

- JobLevelInterviewTemplatesExternal
  - `stages` JobInterviewBlueprintsForStage[] — List of job hiring stages with their respective steps
    - `stage` string — The name of the hiring stage
    - `steps` JobInterviewBlueprintsForStep[] — List of steps associated with this hiring stage
      - `key` string — Unique identifier for the hiring step
      - `name` string — Name of the hiring step
      - `isCustom` boolean — Indicates if the hiring step is custom or not
      - `schedulingTemplate` JobInterviewBlueprintSimpleExternal — Represents a simplified version of a job interview blueprint with its associated template type and hiring team roles
        - `id` string, uuid — Unique identifier for the interview blueprint
        - `templateType` 'INDIVIDUAL' | 'GROUP' — Type of the interview template, indicating whether it is internal or external
        - `templateName` string — Name of the interview template
        - `hiringTeamRoleToInterviewers` object — Map of hiring team roles to their respective interviewers
        - `hiringTeamRoleToInterviewerCount` object — Map of hiring team roles to the count of interviewers assigned to each role

## 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)
