---
title: "Get Bookable Usage"
method: GET
path: "/calendar/bookable/usage"
tags: ["provider", "calendar"]
---

# Get Bookable Usage

`GET /calendar/bookable/usage`

Return all EventServiceBookable slices for the given bookable IDs within [start, end].

Excludes archived events.

## Query parameters

- `bookable_ids` string[], required
- `start` string, date-time, nullable
- `end` string, date-time, nullable
- `location_id` string, nullable

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- EventServiceBookable[]
  - `eventId` string, required
  - `serviceId` string, required
  - `bookableId` string, required
  - `start` string, date-time, required
  - `end` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
