---
title: "Get skill group by priority group id"
method: GET
path: "/priority-groups/{id}"
tags: ["User Groups"]
---

# Get skill group by priority group id

`GET /priority-groups/{id}`

The Get skill group by priority group id enables you to retrieve the skill groups associated to a spescific priority group. You should send the priority group id as a variable in the request.

## Response `200`

Successful operation

- object
  - `skillGroups` object[]
    - `name` string
    - `order` string
    - `skill_group_id` string

## Other responses

- `404` — Error

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
