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

# List bookings

`GET /v1/bookings`

Returns bookings for the authenticated user. Filter by `status`: `confirmed`, `pending` (awaiting host confirmation), `cancelled`, or `rescheduled`. Sorted by start time descending.

## Query parameters

- `status` 'confirmed' | 'pending' | 'cancelled' | 'rescheduled' | 'declined'
- `limit` integer
- `page` integer

## Response `200`

Default Response

- object

---

[API](https://skmtc.net/schedkit/apis/schedkit-api.md) · [All operations](https://skmtc.net/schedkit/apis/schedkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/schedkit/schedkit-api/revisions/ff810218c3f4/schema)
