Browse the extensions reference

taxonomies

returns TaxonomyList

List all active taxonomies, optionally filtered by type.

Arguments

NameTypeDescription
taxonomyTypeStringFilter by taxonomy type.

Returns TaxonomyList

Flat list of taxonomy headers. Used by the catalog/picker UIs.

FieldTypeDescription
taxonomies[Taxonomy!]!

Example

query
{ taxonomies }
curl
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 }"}'