account | DynamicAccount | Yes | - | Select the Spotify Ads account whose assets should be listed. |
asset_types | array of string or SelectableOption | No | - | Filter assets by type: AUDIO, IMAGE, VIDEO. Returns all types when omitted. |
entity_statuses | array of string or SelectableOption | No | - | Filter assets by status: READY, PROCESSING, WAITING_UPLOAD, ERROR. Returns all statuses when omitted. |
filters | array of FilterItem | No | - | Additional filters to apply when retrieving assets. The available fields to filter by are: - id: Filter by asset ID - name: Filter by asset name Filters are combined using AND logic. If you want to use OR logic, use relevant operators like REGEXP_MATCH or IN_LIST. |
limit | integer | No | 100 | Maximum number of assets to return. Default: 100. |