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

# List Tags

`GET /tag`

Retrieve a list of tags

## Query parameters

- `id` string
- `created_at` string
- `updated_at` string
- `organisation_id` string
- `name` string
- `description` string
- `color` string
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string

## Response `200`

OK

- Tag[]
  - `id` string, uuid
  - `created_at` string, timestamp with time zone
  - `updated_at` string, timestamp with time zone
  - `organisation_id` string, uuid
  - `name` string, text
  - `description` string, text, nullable
  - `color` string, text

---

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