reserve

List reserves

Optional type filters by reserve type. Optional startDate and/or endDate restrict to reserves whose period overlaps that window (reserve.startDate <= filter.endDate AND reserve.endDate >= filter.startDate when both are set). Omit date filters to ignore period. Each row includes logoUrl, a time-limited presigned URL for the reserve logo (null when the reserve has none), so clients do not need the per-reserve logo-url endpoints.

get/reserves

Query parameters

type1 | 2 | 3

Filter: reserve.type must equal this value

startDatestring date-time
Example:2026-01-01T00:00:00.000Z

Filter: reserve.endDate must be on or after this instant

endDatestring date-time
Example:2026-12-31T23:59:59.999Z

Filter: reserve.startDate must be on or before this instant

Response

Matching reserves

logoUrlstring nullable required

Time-limited presigned URL for the reserve logo, or null when the reserve has none (Railway buckets are private)

Changes

No recorded changes to this endpoint across all 1 revision of this API.