List an Asset

Fetch a list of Einstein Content Selection assets. Various filters may be applied to limit the result set.

NameTypeDescription
uuidsarrayProvides a list by specific UUIDS.
typestringProvides a list of assets in to a specific asset class by name.
asset_class_idstringProvides a list of assets in specific asset class by uuid.
selectablebooleanProvides a list of assets which are or aren't specified as acceptable depending on the availability and their start and end times. String values: t, f, y, n
archivedbooleanBy default, archived assets are not listed. Set to true to list assets which are specified as acceptable. String values: t, f, y, n
availabilitybooleanProvides a list of assets which have the specified availability. String values: t, f, y, n
fallbackbooleanProvides a list of assets which are or aren't specified as fallback. String values: t, f, y, n
start_date_fromdatetimeProvides a list of assets that start on or after the provided date and time.
start_date_todatetimeProvides a list of assets that start on or before the provided date and time.
end_date_fromdatetimeProvides a list of assets that end on or after the provided date and time.
end_date_todatetimeProvides a list of assets that end on or before the provided date and time.