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

# List tags

`GET /tags`

List all tags for your organization. Tags categorize chat sessions (e.g. "billing", "refund", "feature-request"). The AI can auto-tag sessions based on these.

## Response `200`

Default Response

- TagPublicResponseDto[]
  - `tag_name` string, required — The tag name (unique per org)
  - `description` string, nullable, required — Optional description of what this tag means
  - `exclude_from_auto_tagging` boolean, required — If true, the AI will never auto-apply this tag
  - `category_id` string, uuid, nullable, required — Category this tag belongs to, or null if uncategorized
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/open/apis/opencx-api.md) · [All operations](https://skmtc.dev/open/apis/opencx-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/open/opencx-api/revisions/57b06b52302d/schema)
