---
title: "The category taxonomy and attribute schema for a single asset type."
method: GET
path: "/taxonomy/{type}"
tags: ["assets"]
---

# The category taxonomy and attribute schema for a single asset type.

`GET /taxonomy/{type}`

## Path parameters

- `type` string, required

## Response `200`

OK

- object
  - `type` string
  - `categories` object[] — Top-level category nodes, each with nested `children`.
    - `name` string
    - `slug` string
    - `path` string
    - `slugPath` string
    - `id` string
    - `description` string
    - `children` object[]
  - `attributes` object

## Other responses

- `400` — Bad request, e.g. unsupported asset type

---

[API](https://skmtc.dev/poly-haven/apis/poly-haven-api.md) · [All operations](https://skmtc.dev/poly-haven/apis/poly-haven-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/poly-haven/poly-haven-api/revisions/cf483872e25a/schema)
