---
title: "Get All Skills"
method: GET
path: "/api/v2/skills-plus-skills"
tags: ["Skills+"]
---

# Get All Skills

`GET /api/v2/skills-plus-skills`

This endpoint retrieves all skills in Skills+ for your organization. <h3>Required Scope</h3>`skill:read`

## Query parameters

- `limit` integer
- `next` string
- `filter[skill_name]` string
- `filter[status]` string
- `filter[category]` string
- `filter[is_archived]` boolean
- `filter[is_endorsed]` boolean
- `filter[source_id]` string
- `filter[external_id]` string
- `filter[locale]` string
- `filter[modified_before]` string, date
- `filter[modified_after]` string, date
- `filter[created_before]` string, date
- `filter[created_after]` string, date
- `filter[created_by]` string

## Response `200`

Success

- InlineResponse20030
  - `links` InlineResponse20030Links
    - `self` string, uri
    - `next` string, uri
  - `data` InlineResponse20030Data[]
    - `type` string
    - `id` string
    - `attributes` InlineResponse20030Attributes
      - `skill-name` string — The name of the skill.
      - `description` string — The description of the skill.
      - `skill-id` integer — The skill's unique ID.
      - `is-proprietary` boolean, nullable — Indicates whether the skill is proprietary to your organization.
      - `skill-source-id` string — The ID of the source the skill belongs to.
      - `skill-source-name` string — The name of the source the skill belongs to.
      - `skill-description` string — The description of the skill.
      - `external-id` string — The external ID of the skill.
      - `status` string — The status fo the skill. For example, inactive or active.
      - `is-archived` boolean — Indicates whether the skill is archived.
      - `is-endorsed` boolean — Indicates whether this skill is endorsed. Endorsed Skills indicate that a learning professional in your organization reviewed and validated it.
      - `skill-review-access` string — Indicates if the skill is enabled for Skill Review and if the Skill Review-enabled skill is visible to everyone in the organization, or only visible to specific Groups. 'None' indicates Skill Review has not been enabled for this skill. 'Org' indicates the Skill Review-enabled skill is visible to everyone in the organization.
    - `links` InlineResponse20030Links1
      - `self` string, uri

---

[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/revisions/4a22b709515c/schema)
