---
title: "Fetch a pageable list of all possible tags."
method: GET
path: "/v2/tagdefinitions"
tags: ["TagDefinitions"]
---

# Fetch a pageable list of all possible tags.

`GET /v2/tagdefinitions`

## Query parameters

- `active` boolean, nullable

## Response `200`

- PageableListOfTagDefinitionModel — Represents a single page plus meta data for a collection of records.
  - `items` TagDefinitionModel[] — The subset of records for the current page in the collection.
    - `id` integer — The ID of this record.
    - `color` string
    - `description` string
    - `name` string
    - `title` string
  - `limit` integer — The maximum number of records per page.
  - `next_page_url` string — URL to fetch the next page of records. A null value indicates that there are no more pages in the collection.
  - `offset` integer — The current offset from the start of the collection.
  - `count` integer — The total number of records in the collection.

## Changes

- **2026-08-12** `00db66c44181` — 1 info
  - api operation id `TagDefinitions_Get` removed and replaced with `get-tagdefinitions`

[Change history](https://skmtc.dev/ownerrez/apis/ownerrez-api/changes/v2/tagdefinitions/get.md)

---

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