Get a tag group
Log in to add to favouritesPage last updated 02 July 2025
Get a tag group by its id
Call signature
get(id: string): Promise<TagGroup>;Parameters
| Name | Type | Description |
|---|---|---|
| id | string | The tag group identifier |
Returns
A Promise that will resolve with a Tag Group
Remarks
Throws any error that is returned by the API for any unsuccessful request echoing the HTTP status returned from the API
Example
const tagGroup = await client.tags.groups.get("topics");