Tool to list product calendar logs with filtering and pagination. Use this to retrieve historical snapshots of product calendar changes, track updates to product availability, or audit calendar modifications. Supports PostgREST-style filtering on all fields.
idstringFilter by log entry ID using PostgREST operators. Examples: 'eq.uuid-value' (equals), 'in.(uuid1,uuid2)' (in list).
limitintegerMaximum number of results to return (max: 1000).
orderstringSort results by specified column and direction. Format: 'column_name.direction' where direction is 'asc' or 'desc'. Examples: 'created_at.desc', 'product_id.asc'.
offsetintegerNumber of results to skip for pagination.
selectstringSpecify which columns to retrieve using PostgREST syntax. Use '*' for all columns, or provide comma-separated column names (e.g., 'id,product_id,created_at'). Can also include related resources.
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).
product_idstringFilter by product ID using PostgREST operators. Examples: 'eq.uuid-value' (equals), 'in.(uuid1,uuid2)' (in list). Use this to find all calendar logs for a specific product.
organization_idstringFilter by organization ID using PostgREST operators. Examples: 'eq.uuid-value' (equals).
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.