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

# List all tags

`GET /tags`

Retrieve a list of tags for the authenticated team.

## Response `200`

Retrieve a list of tags for the authenticated team.

- TagsResponse
  - `data` TagResponse[], required — List of tags.
    - `id` string, uuid, required — The UUID of the tag.
    - `name` string, required — The name of the tag.

## Other responses

- `default` — An error occurred

---

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