returns TaxonomyList
List all active taxonomies, optionally filtered by type.
| Name | Type | Description |
|---|---|---|
| taxonomyType | String | Filter by taxonomy type. |
Flat list of taxonomy headers. Used by the catalog/picker UIs.
| Field | Type | Description |
|---|---|---|
| taxonomies | [Taxonomy!]! | — |
{ taxonomies }curl -X POST "https://api.robosystems.ai/extensions/$GRAPH_ID/graphql" \
-H "X-API-Key: $ROBOSYSTEMS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "{ taxonomies }"}'