Tool to list Paddle subscriptions with filtering and pagination. Use this when you need to retrieve subscription information from the Paddle payment provider, filter by status or organization, or paginate through subscription records. Supports PostgREST-style filtering on all fi…
idstringFilter by subscription ID using PostgREST operators. Examples: 'eq.uuid-value' (equals), 'in.(uuid1,uuid2)' (in list).
limitintegerMaximum number of subscriptions to return (max: 1000).
orderstringSort results by field. Use PostgREST syntax like 'created_at.desc' or 'id.asc'. Can sort by any field.
offsetintegerNumber of subscriptions to skip before starting to return results (for pagination).
selectstringSpecify which columns to retrieve. Use '*' for all fields or comma-separated column names like 'id,status,organization_id'. If not specified, returns all columns.
statusstringFilter by subscription status using PostgREST operators. Examples: 'eq.active' (equals), 'in.(active,cancelled)' (in list).
created_atstringFilter by creation timestamp using PostgREST operators. Examples: 'gte.2024-01-01T00:00:00Z' (greater than or equal), 'lt.2024-12-31T23:59:59Z' (less than).
updated_atstringFilter by last update timestamp using PostgREST operators. Examples: 'gte.2024-01-01T00:00:00Z' (greater than or equal).
organization_idstringFilter by organization ID using PostgREST operators. Examples: 'eq.uuid-value' (equals), 'in.(uuid1,uuid2)' (in list).
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.