v1

latestOpenAPI 3.1.0AGPL-3.0 license2026-07-1210336283.6 KB
Tags

Retrieve a tag

Retrieve a tag by ID for the authenticated team.

get/tags/{id}

Path parameters

idstring uuid required

The UUID of the tag.

Example:b3b7c8e2-1f2a-4c3d-9e4f-5a6b7c8d9e0f

The UUID of the tag.

Response

Retrieve a tag by ID for the authenticated team.

idstring uuid required

The UUID of the tag.

namestring required

The name of the tag.

Example response

{
  "id": "b3b7c8e2-1f2a-4c3d-9e4f-5a6b7c8d9e0f",
  "name": "Important"
}