Get a Run
Runs
Get a Run
Retrieves a single run by its ID, including the full output if the run is completed.
GET
Get a Run
Documentation Index
Fetch the complete documentation index at: https://exa.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass your Exa API key in the x-api-key header. You can also authenticate with Authorization: Bearer .
Response
200 - application/json
The run
The unique identifier for the run
The monitor this run belongs to
The status of the run
Available options:
pending, running, completed, failed, cancelled The output of the run. Null until the run completes.
The reason the run failed. Null unless status is failed.
Available options:
api_key_invalid, insufficient_credits, invalid_params, rate_limited, search_unavailable, search_failed, internal_error When the run started executing
When the run completed successfully
When the run failed
When the run was cancelled
Total execution time in milliseconds
When the run was created
When the run was last updated

