Skip to main content
GET
/
v1
/
tags
/
{tag_id}
Get a Tag
curl --request GET \
  --url https://api.monaco.com/v1/tags/{tag_id}
{
  "data": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "name": "Enterprise",
    "color": "blue"
  },
  "meta": {
    "timestamp": "2026-04-21T12:00:00Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.monaco.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

tag_id
string<uuid>
required

Response

Successful Response

data
TagResponse · object
required
meta
ResponseMeta · object