Returns cursor-paginated PMS reservations for a workspace, ordered by arrival date (most recent first by default).
Conduit API token. Use Authorization: Bearer <token>. Read/write endpoints require a token with write access.
Workspace to query.
"j57demo8f8x7c9v0n2q4r6t8y1u3i5o"
Page size. Defaults to 20. Max 100.
1 <= x <= 100Pagination cursor returned as next_cursor on the previous page.
Sort direction over arrival date. Defaults to desc (most recent arrivals first).
asc, desc Filter by reservation status. Values are PMS-normalized and vary by integration (common examples: confirmed, cancelled, inquiry, new).
"confirmed"
Filter to reservations for a single listing. Matches the listing_id value returned on reservation objects.
"12345"