# Get Tag Returns the name and description of a tag. Endpoint: GET /tag/{tagid} Version: 0.0.0 ## Path parameters: - `tagid` (integer, required) Tag ID. ## Response 200 fields (application/json): - `tagid` (string) Tag ID - `name` (string) Tag name - `text` (string) Tag description