Sessions & Bookings
List bookings
List bookings for a team — sessions with status booked. Same query parameters as sessions, minus status. Requires the read:scheduler_analytics permission.
GET
List bookings
Authorizations
API key in the format avoca_<64 hex characters>
Path Parameters
The team ID
Query Parameters
Filter to a specific scheduler
Only rows on/after this ISO 8601 timestamp
Only rows before this ISO 8601 timestamp
Opaque pagination cursor from the previous response's pagination.cursor
Results per page (default 50, max 500)
Required range:
x <= 500Previous
Get a bookingGet a single booking by session ID. Returns 404 if the session exists but is not booked. Requires the `read:scheduler_analytics` permission.
Next
List bookings