getTag
Fetch a single tag record by its ID. Retrieve detailed information for a specific tag.
Instructions
Get a single tag - Fetch a single tag record. Read-only.
Use when: fetching one tag by ID.
Required: id.
See also: listTags (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 |