Tool to list entries in a given list, with the option to filter and sort results. Use when you need to retrieve records that belong to a specific list with optional filtering and sorting.
listRequiredstringA UUID or slug identifying the list to retrieve entries from
limitintegerThe maximum number of results to return. Defaults to 500.
sortsarrayAn array of sort objects used to sort results. Each descriptor must contain direction ('asc' or 'desc') and either attribute or path.
filterobjectFilter object using list-specific attribute slugs (NOT parent object attributes). Use ATTIO_LIST_ATTRIBUTES with target='lists' to discover valid attribute slugs for this list. Supports shorthand syntax (e.g., {'attribute_slug': 'value'}) for simple equality or verbose syntax wi…
offsetintegerThe number of results to skip over before returning. Defaults to 0.
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
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.