---
title: "Get All Followers for a Pathway"
method: GET
path: "/api/v2/pathways/{id}/followers"
tags: ["Pathway"]
---

# Get All Followers for a Pathway

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

This endpoint retrieves all followers for the selected pathway. <h3>Required Scope</h3>`pathways:read`

## Path parameters

- `id` string, required

## Query parameters

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

## Response `200`

Success

- ListedPathwayFollower
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedPathwayFollowerData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` ListedPathwayFollowerAttributes
      - `employee-id` string, nullable
      - `created-at` string, date-time, nullable — UTC
    - `relationships` ListedPathwayFollowerRelationships
      - `user` UserRelationship
        - `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)
