---
title: "Get Associated Skills for a Specific Skill"
method: GET
path: "/api/v2/organization-skills/{id}/relationships/associated-skills"
tags: ["Organization Skills"]
---

# Get Associated Skills for a Specific Skill

`GET /api/v2/organization-skills/{id}/relationships/associated-skills`

This endpoint retrieves a list of associated skills for the specified skill. <h3>Required Scope</h3>`skill:write` or `skill:read`

## Path parameters

- `id` string, required

## Response `200`

Success

- InlineResponse2006
  - `links` SelfLink
    - `self` string
  - `data` InlineResponse2006Data[]
    - `type` string — Can only be `organization-skills`.
    - `id` string — The unique ID of the skill.
    - `attributes` InlineResponse2006Attributes
      - `name` string — The name of the skill.
      - `external-id` string — The external ID of the skill.
      - `description` string — The description of the skill.
      - `is-endorsed` boolean — Indicates whether this skill is endorsed. Endorsed Skills indicate that a learning professional in your organization reviewed and validated it.

---

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