Skip to content

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

PropertyTypeDescription
dry_runbooleanRun without executing task effects
namestringFilename pattern to search for — supports wildcards
folderstringFolder URL to search within — searches recursively
includestringFile type or extension filter
fail_if_none_foundbooleanFail the task if no assets match the criteria
extend_inputbooleanMerge the search results into the incoming input payload
max_resultsnumberMaximum number of results to return (default: 100)

See also: Tasks overview

S-Launch