list_bookings
list_bookingsList resource bookings to check availability and planned capacity. Filter by person, project, or date range for capacity planning.
Instructions
List resource bookings/capacity planning entries in Productive.io. Bookings show planned work allocation for people on projects over date ranges. Use to check availability and planned capacity. Use "me" for person_id if PRODUCTIVE_USER_ID is configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person_id | No | Filter by person ID. Use "me" for the configured user. | |
| project_id | No | Filter by project ID | |
| after | No | Filter bookings starting after this date (YYYY-MM-DD) | |
| before | No | Filter bookings starting before this date (YYYY-MM-DD) | |
| limit | No | Number of results (1-200, default: 30) | |
| page | No | Page number for pagination |