List contact bookings with filtering and pagination. Use when you need to retrieve associations between contacts and bookings. Supports filtering by id, booking_id, contact_id, and created_at, as well as column selection and sorting.
limitintegerMaximum number of contact bookings to return (default: 1000, max: 1000).
orderstringSorting parameter (e.g., 'created_at.desc' for descending by creation date).
offsetintegerNumber of contact bookings to skip before starting to return results (for pagination).
selectstringColumns to retrieve, can include related resources. Use '*' for all columns.
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.