List all taxonomies (schemas/hierarchies) for the authenticated user.
| Field | Type | Description |
|---|---|---|
taxonomy_ids | Optional[List[str]] | List of specific taxonomy IDs to retrieve. If omitted, returns all taxonomies. |
{ "taxonomies": List[DeasySchema] }{
"taxonomy_ids": ["document-categories", "sentiment-types"]
}