getTagRelationship
Fetch a single tag relationship record by its ID. Returns the record or a 404 if not found.
Instructions
Get a single tag relationship - Fetch a single tagrelationship record. Read-only.
Use when: one relationship row by ID.
Required: id.
See also: listTagRelationships (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 |