Get a Run
Retrieves a single run by its ID, including the full output if the run is completed.
Authorizations
Pass your Exa API key in the x-api-key header. You can also authenticate with Authorization: Bearer .
Response
The run
The unique identifier for the run
The monitor this run belongs to
The status of the run
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. source_not_available means the search requested a domain Exa cannot return (remove it from the search), and forbidden means the request was otherwise not permitted.
api_key_invalid, insufficient_credits, invalid_params, rate_limited, source_not_available, forbidden, 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