---
title: "Get bookings count"
method: GET
path: "/api/v2/organizations/{orgSlug}/bookings/count"
tags: ["Bookings"]
---

# Get bookings count

`GET /api/v2/organizations/{orgSlug}/bookings/count`

Retrieve a count of bookings 

 Required scopes: `flex.space.bookings.read`

## Path parameters

- `orgSlug` string, required

## Response `200`

- CountResultDto
  - `total` number, required
  - `groups` GroupDto[]
    - `key` string, required
    - `count` number, required

---

[API](https://skmtc.dev/officernd/apis/authentication-api.md) · [All operations](https://skmtc.dev/officernd/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/officernd/authentication-api/revisions/6bcd33dc648e/schema)
