Get Reservation Details
cycles_get_reservationRetrieve status, subject, action, reserved amount, timestamps, and scopes of a specific reservation by ID for debugging and monitoring long-running operations.
Instructions
Get details of a specific reservation by ID. Returns status, subject, action, reserved amount, timestamps, and affected scopes. Useful for debugging and monitoring long-running operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reservationId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| status | Yes | ||
| subject | Yes | ||
| metadata | No | ||
| reserved | Yes | ||
| committed | No | ||
| scopePath | Yes | ||
| createdAtMs | Yes | ||
| expiresAtMs | Yes | ||
| finalizedAtMs | No | ||
| reservationId | Yes | ||
| affectedScopes | Yes | ||
| idempotencyKey | No |