Returns the current status and available results for an async EQL search or a stored synchronous EQL search Added in 7.9.0
Path parameters
-
Identifier for the search.
Query parameters
-
keep_alive string
Period for which the search and its results are stored on the cluster. Defaults to the keep_alive value set by the search’s EQL search API request.
-
wait_for_completion_timeout string
Timeout duration to wait for the request to finish. Defaults to no timeout, meaning the request waits for complete search results.
GET /_eql/search/{id}
curl \
-X GET http://api.example.com/_eql/search/{id}