---
title: "Etiket listesini getirir."
method: GET
path: "/Tags"
tags: ["Tags"]
---

# Etiket listesini getirir.

`GET /Tags`

## Query parameters

- `Search` string
- `PageSize` integer
- `Page` integer

## Response `200`

Success

- TagResponsePagination
  - `Page` integer
  - `PageSize` integer
  - `TotalCount` integer, nullable
  - `TotalPages` integer, nullable
  - `Content` TagResponse[], nullable
    - `UUID` string, nullable
    - `Description` string, nullable
    - `Name` string, nullable
    - `Color` string, nullable

---

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