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

# List tags

`GET /tags`

Lists every tag of the workspace, ordered by name.

## Response `200`

The tags of the workspace

- object
  - `data` object[], required — Tags of the workspace, ordered by name
    - `id` string, uuid, required — Id of the tag
    - `name` string, required — Name of the tag

## Other responses

- `401` — Unauthorized

## Changes

- **2026-07-28** `8ccfb9a461e2` — 5 info
  - added the non-success response with the status `401`
  - the response property `data` became required for the status `200`
  - the response property `data/items/id` became required for the status `200`
  - the response property `data/items/name` became required for the status `200`
  - …1 more

[Change history](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api/changes/tags/get.md)

---

[API](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api.md) · [All operations](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/indigohive/cogfy-messenger-public-api/revisions/30bd33ee45c9/schema)
