Tool to retrieve site pages from the system with optional filtering and pagination. Use when you need to list pages, filter by site, or paginate through page records.
limitintegerMaximum number of site pages to return per request. Default and maximum is 1000.
orderstringSort order for results using PostgREST syntax. Format: 'column.direction' where direction is 'asc' or 'desc' (e.g., 'created_at.desc', 'path.asc').
offsetintegerNumber of site pages to skip before returning results. Used for pagination.
selectstringComma-separated list of columns to retrieve. Use '*' for all columns, or specify field names (e.g., 'id,title,path,status'). Can include related resource columns.
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.