List scheduling availabilities
Scheduling
List scheduling availabilities
Returns available appointment start and end times for a bot and appointment type. Returned startTime and endTime values are whole-second UTC timestamps that can be passed directly to POST /bots/:botId/scheduling/appointments without client-side timezone conversion.
GET
List scheduling availabilities
Path Parameters
The ID of the bot
Query Parameters
Opaque appointment type ID returned by the appointment-types endpoint
Date in YYYY-MM-DD format
Pattern:
^\d{4}-\d{2}-\d{2}$Example:
"2026-06-15T00:00:00.000Z"
Date in YYYY-MM-DD format
Pattern:
^\d{4}-\d{2}-\d{2}$Example:
"2026-06-15T00:00:00.000Z"