List assets
list_assetsAssets (Object / Object Collection / staged / background / Environment Kit / Terrain Materials) with slug, hasAnimation, updatedAt, tags and favourite. Wire types remain tileset for collections, terrain for kits and texture for brushable materials. Object was formerly called Static Asset; its API type remains static. hasAnimation is data-derived: ANY asset type can carry an animation, so never infer it from the type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Case-insensitive substring filter on the name. | |
| slug | No | Exact slug match (a slug is an identifier — no partial hits). | |
| type | No | Filter by asset type. Use `static` for Object (formerly Static Asset). | |
| limit | No | Max items to return (default 100, max 500). | |
| projectId | No | Restrict to one project. |