---
title: "Tag search by ID"
method: GET
path: "/tag/{tagId}"
tags: ["tags"]
---

# Tag search by ID

`GET /tag/{tagId}`

Get the Tag object specified by the provided tagId

## Path parameters

- `tagId` integer, required

## Response `200`

successful operation

- Tag — Class Tag
  - `tagId` integer — The Tag ID
  - `tag` string — The Tag Name
  - `isSystem` integer — Flag, whether the tag is a system tag
  - `isRequired` integer — Flag, whether the tag requires additional values
  - `options` string, nullable — An array of options assigned to this Tag

## Changes

- **2026-07-30** `fe497e811c7f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/xibosignage/apis/xibo-api/changes/tag/:tagId/get.md)

---

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