---
title: "Get Skills for a Specific Content Item"
method: GET
path: "/api/v2/content/{contentId}/skills"
tags: ["Content"]
---

# Get Skills for a Specific Content Item

`GET /api/v2/content/{contentId}/skills`

This endpoint retrieves all skills for a specific content item. <h3>Required Scope</h3>`content:read`

## Path parameters

- `contentId` string, required

## Query parameters

- `next` string
- `limit` integer

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