> For the complete documentation index, see [llms.txt](https://developers.socialboards.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.socialboards.com/docs/apis/tickets/reference/objects/tag.md).

# Tag

#### Example

```json
{
    "id": 1386,
    "text": "Email"
}
```

#### Fields

| Field | Type    | Comments      |
| ----- | ------- | ------------- |
| id    | integer | Unique tag Id |
| text  | string  | Tag text      |
