---
title: "Get All Skill Plans"
method: GET
path: "/api/v2/skill-plans"
tags: ["SkillPlan"]
---

# Get All Skill Plans

`GET /api/v2/skill-plans`

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

## Query parameters

- `limit` integer
- `next` string

## Response `200`

Success

- ListedSkillPlan
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedSkillPlanData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` ListedSkillPlanAttributes
      - `name` string, nullable — Name of the plan.
      - `description` string, nullable — Description of the plan.
      - `visibility` string, nullable — Can only be `Author`, `Public`, `Group`, `ProfileVisible`, `Template` or `Unknown`.
      - `degreed-url` string, nullable — URL location of the plan within Degreed UI.
      - `created-at` string, date-time — Date when the plan was created. (UTC)
      - `modified-at` string, date-time, nullable — Date when the plan was last modified. (UTC)
      - `plan-type` string, nullable — Indicates the type of plan. Can only be `Target`, `Role`, `Directory` or `Browse`. `Target` indicates that the record represents a `Skill Plan`. `Role` indicates that the record represents a `Role Plan`. `Directory` indicates that the record represents a `Directory`. `Browse` indicates that the record represents a `Featured Directory`.
      - `is-endorsed` boolean — Indicates whether the plan is endorsed. Endorsed Plans indicate that a learning professional in your organization reviewed and validated its content.
      - `image-url` string, nullable — Cover image of the skill plan.
    - `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)
