List bookings
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /bookings
Operation
Operation ID: listBookings
Retrieve a list of bookings
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Parameters
Name | In | Required | Type | Description |
|---|---|---|---|---|
no | object |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Bookings retrieved successfully | application/json |
Schema for response 200 (application/json):
{
"items": {
"$ref": "#/components/schemas/Booking"
},
"type": "array"
}
17 March 2026