---
title: "Get A Specific Job Role"
method: GET
path: "/api/v2/job-roles/{id}"
tags: ["Job Roles"]
---

# Get A Specific Job Role

`GET /api/v2/job-roles/{id}`

This endpoint retrieves a specific job role. <h3>Required Scope</h3>`job_roles:read` or `job_roles:write`

## Path parameters

- `id` string, required

## Response `200`

Success

- InlineResponse20025
  - `data` InlineResponse20025Data
    - `type` string — The resource type identifier.
    - `id` string — The ID of the job role.
    - `attributes` InlineResponse20025DataAttributes
      - `role-id` string — The ID of the job role.
      - `name` string — The name of the job role.
      - `description` string — A description of the job role.
      - `suggest-in-welcome-tour` integer — Indicates whether the job role should be suggested during the welcome tour (0 = no, 1 = yes).
      - `data` InlineResponse20025DataAttributesData[] — A list of skills associated with the job role.
        - `type` string — The related resource type.
        - `id` string — The name of the skill.
        - `meta` InlineResponse20025DataAttributesMeta — Metadata describing the relationship between the job role and the skill.
          - `priority` integer — Indicates whether the skill is considered a priority for the organization (0 = not a priority, 1 = priority).
          - `target-level` integer — The target proficiency level expected for the skill.

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
