---
title: "Fetch a tag definition."
method: GET
path: "/v2/tagdefinitions/{id}"
tags: ["TagDefinitions"]
---

# Fetch a tag definition.

`GET /v2/tagdefinitions/{id}`

## Path parameters

- `id` integer, required

## Response `200`

A model representing the tag definition.

- TagDefinitionModel
  - `id` integer — The ID of this record.
  - `color` string
  - `description` string
  - `name` string
  - `title` string

## Changes

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

[Change history](https://skmtc.dev/ownerrez/apis/ownerrez-api/changes/v2/tagdefinitions/:id/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)
