Whether to include the list of tag names assigned to each asset. Default: false
typestring
Storage type of the assets.
fieldsarray
A comma-separated list of fields to include in the response. The following fields are always included: public_id, and asset_id.
prefixstring
A public_id prefix. When specified, all assets with that prefix are returned. When using this, the `type` parameter must also be specified.
start_atstring
An ISO-8601 formatted timestamp. When specified, assets created since that timestamp are returned. Supported only if neither `prefix` nor `public_ids` were passed.
directionstring
Sort direction for results.
public_idsarray
An array of public IDs to return.
max_resultsinteger
Maximum number of results to return (1-500).
next_cursorstring
Cursor for pagination.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not