---
title: "Get Pathways for a Specific User"
method: GET
path: "/api/v2/users/{id}/pathways"
tags: ["User"]
---

# Get Pathways for a Specific User

`GET /api/v2/users/{id}/pathways`

This endpoint retrieves all pathways for a specific user. You can retrieve a user by specifying the ID as a path parameter or specifying an identifier as a query string URL parameter. For example, `https://api.betatest.degreed.com/api/v2/users/<email_value>/pathways?identifier=email`<h3>Required Scope</h3>`users:read`, `users:write`, `pathways:read`

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `identifier` string

## Response `200`

Success

- UserPathway
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` UserPathwayData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` UserPathwayDataAttributes
      - `name` string, nullable — The name of the pathway.
      - `date-enrolled` string, date-time, nullable — Date the user enrolled in the pathway.
      - `items-total` integer, nullable — Total number of items within the pathway.
      - `items-completed` integer, nullable — Total number of items the user has completed within the pathway. (UTC)
      - `percent-complete` number, double — The pathway completion percentage for the user.
    - `relationships` UserPathwayDataRelationships[]
      - `pathway` SharedItemDataPathway
        - `data` SharedItemDataPathwayData
          - `id` string, nullable
          - `type` string, nullable
      - `user` ListedRequiredLearningUser
        - `data` CollaboratorRelationshipsData
          - `id` string, nullable
          - `type` string, nullable

---

[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/versions/4a22b709515c/schema)
