---
title: "A list of assets, including their individual metadata."
method: GET
path: "/assets"
tags: ["assets"]
---

# A list of assets, including their individual metadata.

`GET /assets`

To filter the returned data, some **optional arguments** can by provided in the request URL (e.g. `/assets?t=hdris&c=outdoor`)

## Query parameters

- `type` string
- `categories` string
- `category` string
- `collection` string
- `vault` string
- `attributes` string

## Response `200`

OK

- Assets
  - `assetID` object — Asset data, see schema for `asset`.

## Other responses

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

---

[API](https://skmtc.net/poly-haven/apis/poly-haven-api.md) · [All operations](https://skmtc.net/poly-haven/apis/poly-haven-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poly-haven/poly-haven-api/versions/0084c193ae7e/schema)
