Agent
List run events
List stored Agent run events or replay them as server-sent events.
GET
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.
Get your Exa API key
Authorizations
Pass your Exa API key in the x-api-key header. You can also authenticate with Authorization: Bearer .
Headers
Required beta token for the Agent.
Available options:
agent-2026-05-07 Set to text/event-stream to receive server-sent events.
Available options:
application/json, text/event-stream For SSE replay, return only events after this event ID.
Path Parameters
Agent run ID.
Required string length:
1 - 200Pattern:
^[A-Za-z0-9_.:-]+$Example:
"agent_run_01j7x9v0m2n4p6q8r0s2t4v6w8"
Query Parameters
Number of results per page
Required range:
1 <= x <= 100Cursor for pagination. Use the nextCursor value from the previous event list response.

