List Reservations

Retrieve reservations for an organization with optional filters, search, sorting, and pagination.

Endpoint

GET
/reservations

Request

Calendar-style range (same pattern as the Reservations calendar)

Response

json

Query parameters

ParameterTypeDescription
organization_idNumberRequired. Organization scope.
$limitNumberPage size (use at most 50 per request).
$skipNumberOffset for pagination.
$sortObjecte.g. { "start_datetime": 1 } or { "created_at": -1 }.
searchTermStringFree-text search (same as the Reservations list search).
statusStringFilter by a single status, or use operators on status as supported by your query adapter.
start_datetimeObjectRange filter with $gte / $lte for calendar or reporting.

Nested service, contact, and assigned_resources may be included when the API applies joins for list views.

Report an issue with this documentation

Please log in to report issues with our documentation.