---
title: "Get All Skill Categories"
method: GET
path: "/api/v2/skill-categories"
tags: ["Skills+"]
---

# Get All Skill Categories

`GET /api/v2/skill-categories`

This endpoint retrieves a list of all skill categories in Skills+ for the current organization. <h3>Required Scope</h3>`skill:read` or `skill:write`

## Query parameters

- `filter[search]` string
- `filter[is_active]` boolean
- `limit` integer

## Response `200`

Success

- InlineResponse20033
  - `links` InlineResponse20030Links1
    - `self` string, uri
  - `data` InlineResponse20033Data[]
    - `id` string
    - `type` 'skill-categories'
    - `attributes` InlineResponse20033Attributes
      - `name` string
      - `description` string
      - `createdAt` string, date-time
      - `updatedAt` string, date-time
    - `links` InlineResponse20033Links
      - `self` string, uri, required

---

[API](https://skmtc.dev/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.dev/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
