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

# List

`GET /tags`

List all tags for the current team.

## Response `200`

All tags for the current team.

- Tag[]
  - `uuid` string
  - `name` string
  - `created_at` string
  - `updated_at` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.

## Changes

- **2026-07-14** `47fd5ba6d7bf` — 1 info
  - endpoint added
- **2026-07-12** `fdd4b338659d` — 1 breaking
  - api path removed without deprecation
- **2026-07-07** `6eb521507603` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/tags/get.md)

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/789e6ad3796c/schema)
