---
title: "Get Skill Review Groups for a Specific Skill"
method: GET
path: "/api/v2/organization-skills/{id}/relationships/skill-review-groups"
tags: ["Organization Skills"]
---

# Get Skill Review Groups for a Specific Skill

`GET /api/v2/organization-skills/{id}/relationships/skill-review-groups`

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

## Path parameters

- `id` string, required

## Response `200`

Success

- InlineResponse2007
  - `links` InlineResponse2007Links
    - `self` string
  - `data` InlineResponse2007Data[]
    - `type` string — Can only be `groups`.
    - `id` string — The unique ID of the group.
    - `attributes` InlineResponse2007Attributes
      - `name` string — The name of the group.
      - `description` string — The description of the group.
      - `privacy` string — The privacy setting for the group. For example, `Open`, `Closed`, `Private` and `Administrative`.
      - `external-group-id` string — The external ID of the group.
      - `created-at` string, date-time — Date that the group was created. (UTC)
    - `links` InlineResponse2007Links
      - `self` string
    - `relationships` InlineResponse2007Relationships[]
      - `created_by` InlineResponse2007CreatedBy
        - `data` InlineResponse2007CreatedByData
          - `id` string
          - `type` string — Can only be `users`.

---

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