Events & Activity
Events & Activity
Every run records a structured timeline. Events are the low-level record of what happened; activity is the higher-level view over the same run. Both can be listed page by page or streamed live.
List events
Filter by type, status, pageId, or contextId:
Valid type values: runtime.lifecycle, navigation, network.request, network.response, network.failed, console.message.
Stream events
For a live feed, use streamUrl to get a server-sent events endpoint and consume it with your SSE client of choice:
See Streaming for the SSE consumption pattern.

