Skip to main content
GET
List Reservations
Return reservation events made by the authenticated org, in reverse-chronological order by createdAt. Each reservation row includes all the intervals it committed to. Useful for end-of-month reconciliation and audit.
from
string
required
Return reservations whose createdAt >= from. RFC 3339, UTC.
to
string
required
Return reservations whose createdAt < to. RFC 3339, UTC.
cursor
string
Pagination cursor from a previous response’s nextCursor.
limit
integer
Maximum reservations per page. Server-defined ceiling applies.