Taxonomies
List
List all taxonomies (schemas/hierarchies) for the authenticated user.
Request Body
| Field | Type | Description |
|---|---|---|
taxonomy_ids | Optional[List[str]] | List of specific taxonomy IDs to retrieve. If omitted, returns all taxonomies. |
Response
- 200: Taxonomies retrieved successfully
- Returns:
{ "taxonomies": List[DeasyTaxonomy] }
- Returns:
- 500: Internal Server Error
Example
{
"taxonomy_ids": ["document-categories", "sentiment-types"]
}
POST
Python
