---
title: "Get All Pathways"
method: GET
path: "/api/v2/pathways"
tags: ["Pathway"]
---

# Get All Pathways

`GET /api/v2/pathways`

This endpoint retrieves all pathways for the current organization. <h3>Required Scope</h3>`pathways:read` or `pathways:write`

## Query parameters

- `next` string
- `limit` integer
- `filter[start_date]` string, date
- `filter[end_date]` string, date

## Response `200`

Success

- ListedPathway
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedPathwayData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` ListedPathwayAttributes
      - `title` string, nullable — The title of the pathway.
      - `summary` string, nullable — The summary of the pathway.
      - `visibility` string, nullable — Can only be `Author`, `Public`, `Group`, `ProfileVisible` or `Unknown`.
      - `degreed-url` string, nullable — URL location of the pathway within Degreed UI.
      - `created-at` string, date-time — The date the pathway was created. (UTC)
      - `modified-at` string, date-time, nullable — The date the pathway was modified. (UTC)
      - `is-endorsed` boolean — Indicates whether the pathway is endorsed. Endorsed Pathways indicate that a learning professional in your organization reviewed and validated its content.
    - `links` SelfLink
      - `self` string
    - `relationships` CreatedByUserRelationshipsInner[]
      - `created_by` UserRelationshipsInnerUser
        - `data` UserRelationshipData
          - `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)
