---
title: "Retrieves all criteria for specified job"
method: GET
path: "/jobs/{jobId}/criteria"
tags: ["scorecards"]
---

# Retrieves all criteria for specified job

`GET /jobs/{jobId}/criteria`

## Path parameters

- `jobId` string, uuid, required

## Response `200`

Retrieve jobs criteria

- object
  - `jobCriteria` JobCriterion[]
    - `name` string
    - `description` string
    - `questions` Question[]
    - `assignedSteps` AssignedSteps
      - `all` boolean
      - `steps` object[]
        - `stage` string
        - `step` string

## Other responses

- `401` — with codes: * **NOT_AUTHORIZED_TO_ACCESS_RESOURCE** when caller is not authorized to access resource
- `500` — Unexpected error

---

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