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

# List Conversation Tags

`GET /conversation_tag`

Retrieve a list of conversation tags

## Query parameters

- `created_at` string
- `updated_at` string
- `organisation_id` string
- `tag_id` string
- `conversation_id` string
- `select` string
- `offset` string
- `limit` string

## Headers

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

## Response `200`

OK

- ConversationTag[]
  - `created_at` string, timestamp with time zone — Conversation creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid — Organisation ID
  - `tag_id` string, uuid — Tag ID
  - `conversation_id` string, uuid — Conversation ID

---

[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)
