# Get Tag

Returns the name and description of a tag.

Endpoint: GET /tag/{tagid}
Version: 1.0.0

## Path parameters:

  - `tagid` (integer, required)
    Internal ID of the tag
    Example: 21

## Response 200 fields (application/json):

  - `tagid` (string)
    Internal ID of the tag

  - `name` (string)
    Name of the tag

  - `text` (string)
    Descriptive text for the tag


