APITags

Get tag

Get a tag by ID.

GET/tags/{tag_id}

Get a tag by ID.

Path Parameters

tag_id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/tags/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "id": null,  "namespace": "agent",  "name": "string",  "color": "red",  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z"}