---
title: "List Tag Groups"
method: GET
path: "/v1/workflow-tag-groups"
tags: ["workflow-tag-groups"]
---

# List Tag Groups

`GET /v1/workflow-tag-groups`

List all workflow tag groups for the organization.

Groups are returned ordered by their `order` field for consistent display.
Tags within a group are mutually exclusive - only one can be assigned to a workflow.

## Response `200`

Successful Response

- WorkflowTagGroupResponse[]
  - `name` string, required
  - `description` string, nullable
  - `emoji` string, nullable
  - `color` string, nullable
  - `id` string, uuid, required
  - `organization_id` string, required
  - `order` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

[API](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud.md) · [All operations](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberdesk-hq/cyberdesk-cloud/versions/830d2f48963d/schema)
