List stored Agent run events or replay them as server-sent events.
By default, this endpoint returns a paginated JSON list of stored events. SetDocumentation Index
Fetch the complete documentation index at: https://exa.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Accept: text/event-stream to replay stored events as SSE. For JSON pagination, use cursor. For SSE replay, use Last-Event-ID.
Your Exa API key.
Required beta token for the Agent.
agent-2026-05-07 Set to text/event-stream to receive server-sent events.
application/json, text/event-stream For SSE replay, return only events after this event ID.
Agent run ID.
Agent run ID. New run IDs are returned with the agent_run_ prefix.
1 - 200^[A-Za-z0-9_.:-]+$"agent_run_01j7x9v0m2n4p6q8r0s2t4v6w8"
Number of items to return. Defaults to 20.
1 <= x <= 100Cursor for pagination. Use the nextCursor value from the previous event list response.