Tool to list site listings with filtering and pagination. Use when you need to retrieve site listing records from the system. Supports PostgREST query parameters for field selection, ordering, and pagination.
limitintegerMaximum number of results to return (default: 1000, max: 1000).
orderstringSpecify sorting order for results. Format: 'column.direction' where direction is 'asc' or 'desc' (e.g., 'created_at.desc', 'name.asc').
offsetintegerNumber of results to skip for pagination.
selectstringSpecify columns to retrieve. Use '*' for all columns or comma-separated column names (e.g., 'id,organization_id,created_at').
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.