Tool to retrieve a paginated list of assets in an imgix Source. Use when you need to list, filter, or search assets with cursor-based pagination and sorting.
sortstringField to sort by. Supported fields: date_created, date_modified, file_size. Prefix with '-' for descending order (e.g., '-date_created').
source_idRequiredstringThe unique identifier of the source to list assets from.
page_limitintegerNumber of items per page. Must be ≥ 1.
filter_tagsstringComma-separated tag values to filter by (AND logic).
page_cursorstringCursor for pagination. Use the 'next' cursor value from a previous response to retrieve the next page.
filter_colorsstringHex color code without the '#' symbol to filter by dominant color.
filter_keywordstringSearch keyword to filter assets across multiple fields including origin path and description.
filter_categoriesstringComma-separated category values to filter by (AND logic).
filter_face_countstringFilter by number of faces detected. Single integer for exact match, or range format: '1:3' (1 to 3), '1:' (1 or more), ':2' (up to 2).
filter_has_framesbooleanFilter for animation assets (videos or GIFs). Set to true to return only animations.
filter_media_kindstringFilter by asset type.
filter_origin_pathstringFilter by asset path relative to source prefix.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.