Tool to retrieve bookings from the system with optional filtering and pagination. Returns a list of booking records including details like reference codes, organization info, timestamps, and payment information. Use this when you need to list bookings, search by reference or org…
idstringFilter bookings by exact ID match.
limitintegerMaximum number of bookings to return per request. Default and maximum is 1000.
orderstringSort order for results. Format: 'column.direction' where direction is 'asc' or 'desc' (e.g., 'created_at.desc', 'reference.asc').
methodstringFilter bookings by booking method. Valid values are 'request' (booking request) or 'book' (direct booking).
offsetintegerNumber of bookings to skip before returning results. Used for pagination.
selectstringColumns to retrieve from bookings table. Use '*' for all columns, or specify comma-separated field names (e.g., 'id,reference,created_at'). Can include related resource columns.
site_idstringFilter bookings by the site where the booking was made.
referencestringFilter bookings by the public-facing booking reference code.
widget_idstringFilter bookings by the widget where the booking occurred.
organization_idstringFilter bookings by organization ID.
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.