---
title: "Get All Skills (Deprecated)"
method: GET
path: "/api/v2/skills"
tags: ["Skill"]
---

# Get All Skills (Deprecated)

`GET /api/v2/skills`

This endpoint retrieves all skills for the current organization. This is a legacy endpoint. Please use /organization-skills instead. <h3>Required Scope</h3>`skill:read`

## Query parameters

- `limit` integer
- `next` string

## Response `200`

Success

- Skill
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` SkillData[]
    - `type` string, nullable
    - `id` string, nullable — The unique skill.
    - `meta` SkillDataMeta — Metadata for the skill.
      - `skill-proficiency` string, nullable — The proficiency level for this skill. May be null if no proficiency rating exists.

---

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