---
title: "Get All Job Roles"
method: GET
path: "/api/v2/job-roles"
tags: ["Job Roles"]
---

# Get All Job Roles

`GET /api/v2/job-roles`

This endpoint retrieves a list of job roles. <h3>Required Scope</h3>`job_roles:read` or `job_roles:write`

## Query parameters

- `limit` integer
- `next` string

## Response `200`

Success

- InlineResponse20023
  - `links` InlineResponse20023Links
    - `self` string, uri — URL of the current request.
    - `next` string, uri — URL to retrieve the next page of results.
  - `data` InlineResponse20023Data[] — A list of job roles.
    - `type` string — The resource type identifier.
    - `id` string — The unique identifier of the job role.
    - `attributes` InlineResponse20023Attributes
      - `role-id` string — The unique identifier 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` InlineResponse20023AttributesData[] — A list of skill groupings associated with the job role.
        - `skills` string[] — A list of skill names associated with the job role.

---

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