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

# List Tags

`GET /tags`

Retrieves a list of all tags.

## Response `200`

A list of tags

- object
  - `data` Tag[]
    - `id` string
    - `name` string
    - `bg_color` string
    - `text_color` string

---

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