---
title: "Get All Collaborators of a Skill Plan"
method: GET
path: "/api/v2/skill-plans/{id}/collaborators"
tags: ["SkillPlan"]
---

# Get All Collaborators of a Skill Plan

`GET /api/v2/skill-plans/{id}/collaborators`

This endpoint retrieves all collaborators for a specific skill plan.<h3>Required Scope</h3> `skill_plans:read` or `skill_plans:write`

## Path parameters

- `id` string, required

## Query parameters

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

## Response `200`

Success

- SkillPlanCollaborator
  - `type` string, nullable
  - `employee-id` string, nullable — Unique employee identifier of the collaborator.
  - `id` string, nullable — Unique identifier of the collaborator.

---

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