# Get Tag

Returns the name and description of a tag identified by its tag ID.

Supports manual tags and smart tags whose IDs were obtained from the Get Contact endpoint. This endpoint does not provide a catalog of all smart tags.

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

## Path parameters:

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

## 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

