---
title: "List skills"
method: GET
path: "/v1/skills"
tags: ["Skills"]
---

# List skills

`GET /v1/skills`

## Response `200`

Skills fetched successfully

- ListSkillsResponse
  - `skills` SkillSummary[], required
    - `id` string, required
    - `name` string, required
    - `description` string, required
    - `isSystem` boolean, required
    - `updatedAt` string, required

## Other responses

- `401` — Missing or invalid API key
- `403` — Forbidden
- `503` — Authentication service unavailable

---

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