---
title: "Get Collection"
method: GET
path: "/v1/skill-collections/{collection_id}"
tags: ["v1", "protected", "skill-collections"]
---

# Get Collection

`GET /v1/skill-collections/{collection_id}`

Read one collection with its skills.

## Path parameters

- `collection_id` string, uuid, required

## Response `200`

Successful Response

- CollectionDetailResponse
  - `description` string, nullable, required
  - `id` string, required
  - `name` string, required
  - `skills` SkillRef[], required
    - `id` string, required
    - `name` string, required

## Other responses

- `422` — Validation Error

---

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