listBookings
Retrieve confirmed, cancelled, or rescheduled meetings filtered by participant, status, and time range to check upcoming meetings or find a specific booking for rescheduling or cancellation.
Instructions
Use this tool when you need to retrieve confirmed, cancelled, or rescheduled meetings. Supports filtering by participant, status, and time range. Call this to check a participant's upcoming meetings or to find a specific booking before rescheduling or cancelling it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| participantId | No | Filter to bookings that include this participant. | |
| status | No | Filter by booking status. | |
| startAfter | No | Return bookings that start after this ISO 8601 datetime. | |
| startBefore | No | Return bookings that start before this ISO 8601 datetime. | |
| page | No | ||
| limit | No |