Tool to list permissions with filtering and pagination. Supports PostgREST query parameters for column selection, ordering, and pagination. Use this to retrieve user permissions for products in the system.
idstringFilter by permission UUID. Use PostgREST operators like 'eq', 'neq', 'in'. Example: 'eq.00000000-0000-0000-0000-000000000001'.
limitintegerMaximum number of permissions to return (max: 1000).
orderstringColumn(s) to sort by, with optional direction (e.g., 'created_at.desc', 'user_id.asc'). Can specify multiple columns separated by commas.
offsetintegerNumber of permissions to skip before starting to return results (for pagination).
selectstringComma-separated list of columns to return (e.g., 'id,user_id,product_id'). Use '*' to select all columns. If not specified, all columns are returned.
user_idstringFilter by user UUID. Use PostgREST operators like 'eq', 'neq', 'in'. Example: 'eq.11111111-2222-3333-4444-555555555555'.
product_idstringFilter by product UUID. Use PostgREST operators like 'eq', 'neq', 'in'. Example: 'eq.66666666-7777-8888-9999-000000000000'.
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.