Cursor: recent run activity
cursor_tail_runRead a bounded activity excerpt from a cloud run. Pass the last event ID to resume from that point; without it, replay from the start. Does not cancel the run.
Instructions
Read a bounded run activity excerpt. Pass lastEventId back to resume; without it Cursor replays from the beginning. Status is checked separately. Does not cancel the cloud run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | ||
| agentId | Yes | ||
| durationMs | No | ||
| lastEventId | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| done | Yes | ||
| status | No | ||
| terminal | No | ||
| bytesRead | Yes | ||
| truncated | Yes | ||
| eventsRead | Yes | ||
| stopReason | Yes | ||
| lastEventId | No | ||
| replayRequired | Yes | ||
| statusVerified | Yes |