---
title: "List all the tag groups"
method: GET
path: "/v1/tag-groups"
tags: ["Tags"]
---

# List all the tag groups

`GET /v1/tag-groups`

Lists all the tag groups

## Query parameters

- `cursor` integer
- `limit` integer

## Response `200`

Successful Response

- ExternalApiListResponseExternalTagGroup
  - `data` ExternalTagGroup[], required
    - `label` string, required
    - `color` string
    - `archived` boolean
    - `id` string, uuid, nullable
  - `total` integer, nullable
  - `cursor` integer, nullable
  - `limit` integer, nullable

## Other responses

- `422` — Validation Error

---

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