---
title: "Get tag by ID"
method: GET
path: "/tag/{tag_id}"
tags: ["tags"]
---

# Get tag by ID

`GET /tag/{tag_id}`

UNSTABLE. May be removed at any time. Gets a tag with the given id.

## Path parameters

- `tag_id` string, uuid, required

## Response `200`

The tag requested.

- Tag — # Tag Object ### Description The `Tag` object is used to represent a tag. ### Usage Example Get tags from the `GET Tag` endpoint.
  - `tag_id` string, uuid, required — The ID of the tag.
  - `created_at` string, date-time — The date the tag was created.
  - `updated_at` string, date-time — The date the tag was last updated.
  - `user_creator_id` string, uuid — The ID of the user that created the tag.
  - `key` string — The key of the tag.
  - `value` string — The value of the tag.

---

[API](https://skmtc.net/opal/apis/opal-api.md) · [All operations](https://skmtc.net/opal/apis/opal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opal/opal-api/versions/13b58df96d40/schema)
