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

# Get All Collaborators for a Pathway

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

This endpoint retrieves all collaborators 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

- ListedPathwayCollaborator
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedPathwayCollaboratorData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` ListedPathwayCollaboratorAttributes
      - `created-at` string, date-time, nullable — UTC
      - `employee-id` string, nullable
    - `links` SelfLink
      - `self` string

---

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