Get Custom Taxonomy
get_custom_taxonomyRetrieves a custom taxonomy by UUID, returning its full node tree with id, parent_id, level, position, name, description, and is_default for each node.
Instructions
Get one custom taxonomy by UUID with its full node tree (each node has id, parent_id, level, position, name, description, is_default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taxonomy_id | Yes | Custom taxonomy UUID. |