Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.opencomputer.dev/api/capacity/reservations \ --header 'X-API-Key: <api-key>'
{ "from": "2026-04-01T00:00:00Z", "to": "2026-05-01T00:00:00Z", "reservations": [ { "reservationId": "9f67b8f7-7b91-4d2d-b1cb-19d0d0a14562", "createdAt": "2026-04-28T18:00:05Z", "intervals": [ { "startsAt": "2026-04-29T02:00:00Z", "endsAt": "2026-04-29T02:15:00Z", "capacityGb": 16 }, { "startsAt": "2026-04-29T02:15:00Z", "endsAt": "2026-04-29T02:30:00Z", "capacityGb": 16 } ] } ], "nextCursor": null }
createdAt
createdAt >= from
createdAt < to
nextCursor