assets
List assets with filtering and pagination
Returns a paginated list of assets, optionally filtered by tags, name, or other query parameters.
get/api/assets
Query parameters
limitinteger
offsetinteger
include_tagsstring[]
Tags that assets must have (AND logic)
exclude_tagsstring[]
Tags that assets must not have
name_containsstring
Filter assets whose name contains this substring
metadata_filterstring
JSON-encoded metadata key/value filter
sortstring
Field to sort by
order'asc' | 'desc'
Sort direction
include_publicboolean
[cloud-only] Include workspace-public assets in addition to the caller's own.
asset_hashstring
[cloud-only] Filter by exact content hash.
Response
Asset list