get_events
Page through Kubernetes events oldest-first, filter by involved object name, and use cursor pagination to trace incident timelines without re-fetching.
Instructions
Page through Kubernetes events in chronological order (oldest first). Pass involved_object to filter to events mentioning a pod/deployment/etc by name (substring match). Pass the next_cursor value returned by a previous call to continue from where you left off — useful for walking the event timeline around an incident without re-fetching everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| namespace | No | ||
| involved_object | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |