---
title: "List of all tags  associated with loggedIn user"
method: GET
path: "/tag"
tags: ["tag"]
---

# List of all tags  associated with loggedIn user

`GET /tag`

Returns a list of tags associated with loggedIn user

## Query parameters

- `limit` integer
- `offset` integer
- `filter` string[]

## Response `200`

An array of tags associated with loggedIn user

- GetTagResponse[]
  - `tag_id` integer — Unique identifier representing the Tag
  - `tag_name` string — Client defined name for the Tag
  - `tag_ouid` integer — Group id to which this Tag belongs to
  - `tag_created` string, date-time — The date and time when the Tag was created

## Other responses

- `default` — Unexpected error

---

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