rest-api-spec.api.eql.get_status.json Maven / Gradle / Ivy
{
"eql.get_status": {
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/eql-search-api.html",
"description": "Returns the status of a previously submitted async or stored Event Query Language (EQL) search"
},
"stability": "stable",
"visibility": "public",
"headers": {
"accept": [
"application/json"
]
},
"url": {
"paths": [
{
"path": "/_eql/search/status/{id}",
"methods": [
"GET"
],
"parts": {
"id": {
"type": "string",
"description": "The async search ID"
}
}
}
]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy