List reservation events
list_reservation_eventsRetrieve reservation lifecycle audit events including created, renewed, released, and expired. Filter by workspace, kind, or action to support conflict analysis and cleanup.
Instructions
Purpose: Inspect audit history for reservation lifecycle events. When to use: call during conflict analysis, stale reservation cleanup, or team coordination review. Inputs: optional workspace, reservation kind, action filter, and limit. Side effects: none beyond database reads. Output: created, renewed, released, and expired reservation events. Failure modes: returns an empty list when no events match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of audit events to return. | |
| action | No | Optional lifecycle action filter such as created, renewed, released, or expired. | |
| reservation_kind | No | Optional kind filter such as file or symbol. | |
| workspace_id_or_uri | No | Optional workspace UUID, root URI, or alias URI to filter events. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |