---
title: "Get tag data"
method: GET
path: "/tag/{tag_id}"
tags: ["[v1] Tags"]
---

# Get tag data

`GET /tag/{tag_id}`

Get tag data.

## Path parameters

- `tag_id` integer, required

## Response `200`

OK response

- object
  - `id` union
    - string
    - integer
  - `name` string
  - `archived` union
    - string
    - integer
  - `tagListId` union
    - string
    - integer
  - `hasGroupRestrictions` union
    - string
    - integer

## Other responses

- `400` — Bad Request is returned when tag_id is not provided or tag does not exist.

---

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