Get Events
get_eventsRetrieve an ordered event stream for a terminal session using cursor pagination, so agents can track job output and status changes over time.
Instructions
Retrieves ordered event stream for a session using cursor pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum events to return (capped at 200). | |
| session_id | Yes | Session identifier. | |
| since_sequence | No | Starting sequence number (inclusive cursor). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||