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

# List all tags

`GET /tags`

Lists all tags

## Query parameters

- `workspaceIds` string[]

## Response `200`

List Tags.

- TagsResponse
  - `data` TagResponse[], required
    - `tagId` string, uuid, required
    - `name` string, required
    - `color` string, required — A hexadecimal color value
    - `workspaceId` string, uuid, required

## Other responses

- `403` — Not allowed
- `404` — Not found

---

[API](https://skmtc.dev/airbyte/apis/applications.md) · [All operations](https://skmtc.dev/airbyte/apis/applications/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/airbyte/applications/revisions/561bf5551285/schema)
