Taxonomy
Get a taxonomy run's tree
Returns the run and its taxonomy tree (visible nodes only; soft-removed nodes are excluded). Tenant-scoped; returns 404 if the run does not belong to the tenant.
get/v1/taxonomy/runs/{run_id}/tree
Path parameters
run_idstring uuid required
Example:019f177f-9aa3-705e-8195-cea2aa187268
Taxonomy run ID.
Query parameters
tenant_idstring required
Example:org-123
Tenant that owns the run.
Response
The run and its taxonomy tree
Changes
Changed in 2 of the 35 revisions of this API.2
- ○
added the required property
run/scope_typeto the response with the200statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○