---
title: "Get Bookings"
method: GET
path: "/bookings"
---

# Get Bookings

`GET /bookings`

Retrieve a list of bookings.

## Query parameters

- `page` integer
- `branches` integer[]
- `ids` integer[]
- `statuses` integer[]
- `assignees` integer[]
- `clients_ids` integer[]
- `client_names` string[]
- `client_phones` string[]
- `created_at` string[]
- `modified_at` string[]
- `scheduled_for` string[]
- `sort` 'id' | '-id' | 'modified_at' | '-modified_at' | 'scheduled_for' | '-scheduled_for'

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/roapp/apis/ro-app-public-api-v2.md) · [All operations](https://skmtc.net/roapp/apis/ro-app-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roapp/ro-app-public-api-v2/versions/85de4353ed28/schema)
