List Assets
List assets of a specific type with advanced filtering, sorting, and reference expansion
Authorizations
Bearer token
Account ID
Path Parameters
Asset type name
Query Parameters
Filter by organization
Filter by asset name
Full-text search query
Include soft-deleted assets in results (default: false)
Comma-separated list of fields to expand (e.g., "tags", "references", "references.referenceName")
Comma-separated tag ids; returns assets carrying ANY of these tags.
Parent tag id — returns only assets that carry none of the child tags under that parent
Comma-separated list of fields to return, or "*" for all fields. Default excludes richtext fields for performance.
Field name to sort by
Sort order
ASC, DESC 1 <= x <= 1000x >= 0URL-encoded JSON AND/OR filter tree for complex queries. A node is a group {"and":[...]} / {"or":[...]} or a leaf — a bracket-notation string "field[operator]=value" (the same syntax as the flat params above). Composes as an additional AND alongside the bracket-notation filters. Max nesting depth 3, max 50 conditions.