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

# Get All Skills

`GET /api/v2/organization-skills`

This endpoint retrieves all skills (including their id) for the current organization. <h3>Required Scope</h3>`skill:read`

## Query parameters

- `limit` integer
- `next` string

## Response `200`

Success

- OrgSkill
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` OrgSkillData[]
    - `type` string, nullable
    - `id` string, nullable — The unique skill id.
    - `attributes` OrgSkillDataAttributes
      - `name` string — The name of the skill.
      - `external-id` string, nullable — The unique identifier of the skill.
      - `description` string — The description of the skill.
      - `is-endorsed` boolean — Indicates whether the skill is endorsed.
      - `degreed-url` 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/revisions/4a22b709515c/schema)
