getTagGroup
Fetch a single tag group record by its unique ID. Returns the tag group details or an error if not found.
Instructions
Get a single tag group - Fetch a single taggroup record. Read-only.
Use when: fetching one tag group by ID.
Required: id.
See also: listTagGroups (enumerate many).
Returns: { status: "success", message: [{...record}] } - the message array contains 1 record when found. Empty or HTTP 404 when not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |