Tags
Hierarchical tag taxonomy (parent/child tags grouped into task, language, domain, keyword, and node-category buckets) used to categorize and discover datasets and workflows. Read-only in the public API — creation, updates, deletion, and verification are all restricted to platform administrators and are not documented here.
📄️ List tags (public)
Returns verified tags only, optionally scoped to a category and a listing mode. `select=explore` returns only first-level children of root tags (for category-browsing UIs); `select=verified` and the default (`select` omitted or `all`) currently execute the identical query, returning every verified tag matching the category filter.
📄️ Batch fetch tags by IDs or slugs (public)
Batch fetch tags by IDs or slugs (public)
📄️ Get a tag by ID (public)
Returns the tag together with its full ancestor chain, nested recursively under `parent` up to the root tag. Unverified tags are only visible to callers holding the `tag:read` ability.
📄️ Get a tag's ancestor chain by ID (public)
Returns the tag's ancestor chain as a flat, ordered list from the root ancestor down to the requested tag (root first, requested tag last).
📄️ Get a tag by slug (public)
Returns the tag together with its full ancestor chain, nested recursively under `parent` up to the root tag. Unverified tags are only visible to callers holding the `tag:read` ability.
📄️ Get a tag's ancestor chain by slug (public)
Returns the tag's ancestor chain as a flat, ordered list from the root ancestor down to the requested tag (root first, requested tag last).
📄️ List datasets matching one or more tags (public)
Filters published datasets by tag membership, addressed by tag `ids` or `slugs`. Matching automatically expands to each tag's full descendant sub-tree (e.g. a dataset tagged only with the child tag `biology` also matches a query for the parent tag `science`). Publicly accessible when the given tags are verified; authenticated callers can additionally set `includeCurrentOrganization` to also include their own organization's private datasets.
📄️ List workflows matching one or more tags (public)
Filters workflows by tag membership, addressed by tag `ids` or `slugs`. Matching automatically expands to each tag's full descendant sub-tree (e.g. a workflow tagged only with the child tag `biology` also matches a query for the parent tag `science`).