Runs
A run is the durable record of a runtime’s lifecycle, from start to stop. Every start opens a run that records structured events, an activity timeline, a live view you can watch or take over, a replayable recording, and any files produced. Use it to see what an agent did while it ran and to replay it afterward.
Read a run
Events and activity
Events are the structured timeline of what happened in the run. List them, or stream them live:
activity is the higher-level view over the same run:
Both expose a streamUrl(runId) for server-sent events. See Streaming.
Live view
Mint a short-lived viewer URL to watch a run, optionally with human takeover:
Set control: "input" to let a human take over the browser through the iframe.
Recording
Once a run ends, mint a recording viewer to replay it:
Files
List the files a run produced, or export them as a downloadable archive:
Next
- Events & Activity - the structured timeline in depth
- Invocations - the hosted work recorded in a run
- Streaming - subscribe to run events over SSE

