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

# List all tags

`GET /tags`

Retrieves the list of company tags.

## Response `200`

Company tags list

- object
  - `rows` TagModel[] — Company tags
    - `id` integer — Tag identifier
    - `name` string — Tag name
  - `total` number — Total count of tags

---

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