List bookings
List bookings for your organization with optional filters. Results are ordered by start time (most recent first) and paginated.
Authentication
AuthorizationBearer
API key authentication. Pass your key as a Bearer token:
```
Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxx
```
Get your API key from the [Slotflow Dashboard](https://app.slotflow.dev).
Query parameters
human_id
Filter by human ID
status
Filter by booking status
Allowed values:
date_from
Filter bookings starting on or after this date
date_to
Filter bookings starting on or before this date
limit
Number of results to return (default 50, max 100)
offset
Number of results to skip for pagination (default 0)
Response
Paginated list of bookings
bookings
total
Total matching bookings (for pagination)
limit
Number of results returned
offset
Number of results skipped