---
title: "Get A Specific Skill"
method: GET
path: "/api/v2/organization-skills/{id}"
tags: ["Organization Skills"]
---

# Get A Specific Skill

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

This endpoint retrieves a specific skill for the current organization. <h3>Required Scope</h3>`skill:read`

## Path parameters

- `id` string, required

## Response `200`

Success

- InlineResponse2005
  - `data` InlineResponse2005Data
    - `type` string, nullable
    - `id` string, nullable — The unique skill id.
    - `attributes` InlineResponse2005DataAttributes
      - `name` string — The name of the skill.
      - `description` unknown
      - `external-id` string
      - `is-endorsed` boolean — Indicates whether this skill is endorsed. Endorsed Skills indicate that a learning professional in your organization reviewed and validated it.
      - `skill-review-access` string — Indicates if the skill is enabled for Skill Review and if the Skill Review-enabled skill is visible to everyone in the organization, or only visible to specific Groups. If the value is 'None', Skill Review has not been enabled for this skill. If the value is 'Org', the Skill Review-enabled skill is visible to everyone in the organization. 'Groups' indicates the Skill Review-enabled skill is only visible to specific Groups.
    - `relationships` InlineResponse2005DataAttributesRelationships
      - `groups-with-access` InlineResponse2005DataAttributesGroupswithaccess
        - `data` InlineResponse2005DataAttributesGroupswithaccessData[]
          - `id` string
          - `type` string
      - `associated-skills` InlineResponse2005DataAttributesAssociatedSkills
        - `data` InlineResponse2005DataAttributesAssociatedSkillsData[]
          - `id` string
          - `type` string

---

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