v5
latestOpenAPI 3.1.02026-07-31151195455.5 KBtags
Get tag by ID
UNSTABLE. May be removed at any time. Gets a tag with the given id.
get/tag/{tag_id}
Path parameters
tag_idstring uuid required
The tag ID
Response
The tag requested.
Example response
{
"tag_id": "f290a738-5f9f-43c2-ad67-fa31ff0eb946",
"created_at": "2022-01-23T04:56:07Z",
"updated_at": "2022-02-23T01:34:07Z",
"user_creator_id": "d4a7d928-783e-4599-8ec6-088d635a5bcc",
"key": "database-name",
"value": "redis_db"
}