Tool to list booking updates with filtering and pagination. Use when you need to retrieve booking update history, track changes to bookings, or audit booking modifications. Supports PostgREST query parameters for flexible filtering by ID, booking ID, user ID, and creation timest…
idstringFilter by booking update ID using PostgREST operators. Example: 'eq.uuid-value' for exact match, 'in.(uuid1,uuid2)' for multiple values.
limitintegerMaximum number of booking updates to return (default: 1000, max: 1000).
orderstringSort order for results. Format: 'field.direction' where direction is 'asc' or 'desc'. Example: 'created_at.desc' for newest first.
offsetintegerNumber of booking updates to skip before starting to return results (for pagination).
selectstringComma-separated list of columns to retrieve. Use '*' for all columns. Example: 'id,booking_id,created_at'.
user_idstringFilter by user ID using PostgREST operators. Supports null values. Example: 'eq.uuid-value', 'is.null' for null values.
booking_idstringFilter by booking ID using PostgREST operators. Example: 'eq.uuid-value' for exact match.
created_atstringFilter by creation timestamp using PostgREST operators. Example: 'gte.2024-01-01T00:00:00Z' for dates on or after, 'lte.2024-12-31T23:59:59Z' for dates on or before.
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.