Skip to main content
GET
List scheduling availabilities

Path Parameters

botId
string<uuid>
required

The ID of the bot

Query Parameters

appointmentTypeId
string
required

Opaque appointment type ID returned by the appointment-types endpoint

startDate
string
required

Date in YYYY-MM-DD format

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-06-15T00:00:00.000Z"

endDate
string
required

Date in YYYY-MM-DD format

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-06-15T00:00:00.000Z"

Response

Response returned when fetching scheduling availabilities

success
enum<boolean>
required
Available options:
true
data
object
required