Taxonomy
Get a taxonomy run
Returns a single taxonomy run by ID, scoped to the tenant. Returns 404 if the run does not belong to the tenant.
get/v1/taxonomy/runs/{run_id}
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 taxonomy run
Changes
Changed in 2 of the 35 revisions of this API.2
- ○
added the required property
scope_typeto the response with the200statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○