Returns the current status for an async EQL search or a stored synchronous EQL search without returning results Added in 7.9.0
Path parameters
-
Identifier for the search.
GET /_eql/search/status/{id}
curl \
-X GET http://api.example.com/_eql/search/status/{id}
Response examples (200)
{
"id" : "FmNJRUZ1YWZCU3dHY1BIOUhaenVSRkEaaXFlZ3h4c1RTWFNocDdnY2FSaERnUTozNDE=",
"is_running" : true,
"is_partial" : true,
"start_time_in_millis" : 1611690235000,
"expiration_time_in_millis" : 1611690295000
}