Skip to main content
POST
/
taxonomy
/
list
Python
from unstructured import UnstructuredClient

client = UnstructuredClient(
    username="My Username",
    password="My Password",
)
taxonomies = client.taxonomy.list()
print(taxonomies.taxonomies)
{
  "taxonomies": [
    {
      "schema_id": "<string>",
      "schema_name": "<string>",
      "schema_description": "<string>",
      "schema_data": {},
      "user_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "refreshed_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Body

application/json
taxonomy_ids
string[] | null

Response

Successful Response

taxonomies
DeasySchema · object[]
required