tags/get_by_id
Tool: read
Get a single tag by ID.
Returns the full tag object for the given ID within the authenticated organization.
Arguments
| name | type | req | notes |
|---|---|---|---|
| id | integer | ✓ | Tag ID — the object's tagId |
Response
200 — tag object: {tagId, title, description, tagType, createdAt}. Deltas: none.
Errors: 400, 401, 404, 406, 422, 429, 500 — shared schema: schemas/errors.
Invoke
Call read with name: "tags/get_by_id".