cURL
Agent
List runs
Retrieve a paginated list of Agent runs for your team.
GET
cURL
Runs are returned from newest to oldest. UseDocumentation Index
Fetch the complete documentation index at: https://exa.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
limit to control page size and cursor with the nextCursor from the previous response to fetch the next page.
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 Query Parameters
Number of results per page
Required range:
1 <= x <= 100Cursor for pagination. Use the nextCursor value from the previous run list response.
Required string length:
1 - 200Pattern:
^[A-Za-z0-9_.:-]+$Example:
"agent_run_01j7x9v0m2n4p6q8r0s2t4v6w8"
Response
Paginated Agent runs
Allowed value:
"list"Whether there are more results
Agent run ID. New run IDs are returned with the agent_run_ prefix.
Required string length:
1 - 200Pattern:
^[A-Za-z0-9_.:-]+$Example:
"agent_run_01j7x9v0m2n4p6q8r0s2t4v6w8"

