getTag
Retrieve a single tag record from the directory by providing its ID. Useful for fetching one 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 |