---
title: "List bookings"
method: GET
path: "/bookings"
tags: ["Bookings"]
---

# List bookings

`GET /bookings`

## Query parameters

- `after` string
- `before` string
- `limit` integer
- `state` BookingStateEnum[]

## Response `200`

successful

## Other responses

- `401` — unauthorized
- `403` — forbidden

## Changes

- **2026-08-15** `cdae4166b346` — 4 info
  - the security scope `org` was added to the endpoint's security scheme `OAuth2`
  - the security scope `org:read` was added to the endpoint's security scheme `OAuth2`
  - the security scope `user` was removed from the endpoint's security scheme `OAuth2`
  - the security scope `user:read` was removed from the endpoint's security scheme `OAuth2`

[Change history](https://skmtc.dev/lugg/apis/lugg-partner-api/changes/bookings/get.md)

---

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