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

# List tags

`GET /tags`

Returns the list of tags.

Required scope: \`knowledge:read\`

## Response `200`

Successful retrieval of tags

- object
  - `tags` Tag[]
    - `id` string, required — Tag ID
    - `name` string, required — Tag name
    - `description` string, required — Tag description

## Other responses

- `400` — Bad Request - The request was malformed or invalid
- `401` — Unauthorized - Authentication failed
- `403` — Forbidden - Insufficient permissions
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error

---

[API](https://skmtc.dev/qlonolink/apis/qaip-apis.md) · [All operations](https://skmtc.dev/qlonolink/apis/qaip-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qlonolink/qaip-apis/revisions/61dc40676905/schema)
