---
title: "List Skill Assignments"
method: GET
path: "/v2/skills/{skill_id}/assignments"
tags: ["Skills"]
---

# List Skill Assignments

`GET /v2/skills/{skill_id}/assignments`

List the agents in the current team whose live build references the given skill. Used to warn users that editing a skill will affect every agent that uses it.

## Path parameters

- `skill_id` string, uuid, required

## Response `200`

Default Response

- object
  - `assignments` object[], required — Agents in the current team whose live build uses the skill
    - `id` string, required — Unique assignment (agent) identifier
    - `name` string, required — Human-readable assignment name
  - `total` integer, required — Total number of assignments referencing the skill

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/revisions/dafcf3d868a9/schema)
