tag_get
Retrieve a single tag by its ID from a Voog site. Returns the complete tag details for content organization and filtering.
Instructions
Get a single tag by id (GET /tags/{id}). Returns the full Voog tag shape. Use tags_list to discover ids. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| tag_id | Yes | Voog tag id (from tags_list) |