Retrieves a single run by its ID, including the full output if the run is completed.
The run
The unique identifier for the run
The type of object
search_monitor_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.
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