---
title: "Get a Specific Skill Category"
method: GET
path: "/api/v2/skill-categories/{id}"
tags: ["Skills+"]
---

# Get a Specific Skill Category

`GET /api/v2/skill-categories/{id}`

This endpoint retrives a specific skill category. <h3>Required Scope</h3>`skill:read`

## Path parameters

- `id` string, required

## Response `200`

Success

- InlineResponse20035
  - `data` InlineResponse20035Data
    - `type` 'skill-categories' — Resource type
    - `id` string — The category id.
    - `attributes` InlineResponse20035DataAttributes
      - `category-id` string — The category id.
      - `name` string — The name of the category.
      - `description` string, nullable — The description of the category.
      - `created-at` string, date-time — When the category was created.
      - `updated-at` string, date-time, nullable — When the category was last updated.
      - `skills` object[], nullable — List of associated skills.
    - `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)
