calmesh_list_bookings
List bookings with pagination and filtering to retrieve booking details including visitor info and status. Use offset and limit to control results, or filter by stakeholder ID.
Instructions
List bookings with optional pagination and filtering. Returns booking details including visitor info and status. Requires "book" scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max bookings to return (1-200). Defaults to 50. | |
| offset | No | Number of bookings to skip for pagination. Defaults to 0. | |
| stakeholder_id | No | Filter bookings assigned to a specific stakeholder ID. |