Search Asset
The Search Asset task queries the asset store and returns a list of assets matching the specified criteria. The results can be passed to downstream tasks for further processing.
Configuration
| Property | Type | Description |
|---|---|---|
dry_run | boolean | Run without executing task effects |
name | string | Filename pattern to search for — supports wildcards |
folder | string | Folder URL to search within — searches recursively |
include | string | File type or extension filter |
fail_if_none_found | boolean | Fail the task if no assets match the criteria |
extend_input | boolean | Merge the search results into the incoming input payload |
max_results | number | Maximum number of results to return (default: 100) |
See also: Tasks overview
