getTagRelationship
Retrieve a specific tag relationship record by ID, returning the full details when found. Enables quick lookup and verification of a single tag-link entry.
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 |