Tool to list site navigation items with filtering and pagination. Use when you need to retrieve navigation menu structure or specific navigation entries. Supports PostgREST query parameters for field selection, ordering, and pagination.
limitintegerMaximum number of site navigation items to return (default: 1000, max: 1000).
orderstringOrder results by field(s). Format: 'field.asc' or 'field.desc' (e.g., 'order=created_at.desc' or 'order=label.asc').
offsetintegerNumber of site navigation items to skip before starting to return results (for pagination).
selectstringQuery parameter to filter which fields to return (e.g., 'select=*' to return all fields, or 'select=id,label' for specific fields).
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.