List Bookings
neuron_list_bookingsList bookings (inbound and host-created) with optional filters for calendar, status, date range, and source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date filter (ISO) | |
| from | No | Start date filter (ISO) | |
| page | No | Page number | |
| limit | No | Items per page | |
| source | No | Filter by source: 'host', 'link', 'public_link' | |
| status | No | Filter by status: confirmed, pending, cancelled, rescheduled, completed, no_show | |
| calendarId | No | Filter by calendar UUID |