Get reservation details (optional, for debugging)
GET
/v1/reservations/{reservation_id}
Retrieve current status and details of a reservation by ID. Useful for debugging and monitoring long-running operations.
TENANCY (NORMATIVE): - If the reservation exists but is owned by a different effective tenant, the server MUST return 403 FORBIDDEN.
Authorizations
ApiKeyAuth
Type
API Key (header: X-Cycles-API-Key)
Parameters
Path Parameters
reservation_id*
Type
Requiredstring
Min Length
1Max Length
128Responses
Reservation details
application/json
JSON "reservation_id": "string", "status": "string", "idempotency_key": "string", "subject": "string", "action": { "kind": "string", "name": "string", "tags": [ "string" ] }, "reserved": { "unit": "string", "amount": 0 }, "committed": { "unit": "string", "amount": 0 }, "created_at_ms": 0, "expires_at_ms": 0, "finalized_at_ms": 0, "scope_path": "string", "affected_scopes": [ "string" ], "metadata": { "additionalProperties": "string" }
{
}
