---
title: "This endpoint provides a list of Tags"
method: GET
path: "/tags"
tags: ["Data Enhancement"]
---

# This endpoint provides a list of Tags

`GET /tags`

Retrieves the collection of Tag resources.

## Query parameters

- `page` integer
- `limit` integer
- `pagination` boolean

## Response `200`

Tag collection

- TagRead[]
  - `id` string, required — This is the unique identifier of the resource
  - `dateModified` string, date-time, nullable — This is an ISO datetime
  - `dateCreated` string, date-time, nullable — This is an ISO datetime
  - `name` object
  - `color` string

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
