---
title: "Retrieves all callback booking quotas."
method: GET
path: "/api/callback_booking_quotas"
tags: ["Callback Booking Quotas"]
---

# Retrieves all callback booking quotas.

`GET /api/callback_booking_quotas`

## Response `200`

OK

- CallbackBookingQuota[]
  - `id` string, uuid, nullable
  - `timeSlot` string, nullable
  - `day` string, nullable
  - `startAt` string, date-time
  - `endAt` string, date-time
  - `numberOfBookings` integer
  - `quota` integer
  - `isAvailable` boolean

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/department-for-education/apis/get-into-teaching-api-v1.md) · [All operations](https://skmtc.net/department-for-education/apis/get-into-teaching-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/department-for-education/get-into-teaching-api-v1/versions/5d53dbaed560/schema)
