# TagGroups: Discourse Tag Groups
Get a list of tag groups
- Catalog: `Discourse`
- Schema: `Tags`
- Label: Tag Groups
- Retrieve: True
- Insert: True
- Update: False
- Delete: False
## Table Columns
The columns of the table `TagGroups` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `id` | `int64` | ID | ☐ | |
| `name` | `varchar2` | Name | ☐ | |
| `one_per_topic` | `char` | One per Topic | ☐ | |
| `parent_tag_name` | `varchar2` | Parent Tag Name | ☐ | |
| `permissions_everyone` | `int32` | | ☐ | |