---
title: "Get Resources for a Specific User and a Specific Pathway"
method: GET
path: "/api/v2/users/{id}/pathways/{pathway_id}/resources"
tags: ["User"]
---

# Get Resources for a Specific User and a Specific Pathway

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

This endpoint retrieves all resources for a specific user and a specific pathway. You can retrieve the resources by specifying the User ID as a path parameter and the Pathway ID as a path parameter. For example, `https://api.betatest.degreed.com/api/v2/users/<user_id>/pathways<pathway_id>/resources?`<h3>Required Scope</h3>`users:read`, `users:write`

## Path parameters

- `id` string, required
- `pathway_id` string, required

## Query parameters

- `limit` integer
- `identifier` string

## Response `200`

Success

- UserPathwayResource
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` UserPathwayResourceData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` UserPathwayResourceDataAttributes
      - `content-type` string, nullable — The type of the content.
      - `title` string, string, nullable — Title of the content.
      - `description` string, string, nullable — Description of the content.
      - `url` string, string, nullable — URL location where more information can be found for the resource.
      - `degreed-url` string, string — URL location of the content within Degreed UI.
    - `links` SelfLink
      - `self` string
    - `meta` UserPathwayResourceDataMeta
      - `association` string, nullable — The association the user has with the pathway.
      - `is-complete` boolean — Indicates if the user has completed the content.
      - `is-required` boolean — Indicates if the content is required within the pathway.
      - `has-access` boolean — Indicates if the user has access to the content.

---

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