Returns the current status of an async SQL search or a stored synchronous SQL search Added in 7.15.0
Path parameters
-
Identifier for the search.
GET /_sql/async/status/{id}
curl \
-X GET http://api.example.com/_sql/async/status/{id}
Response examples (200)
{
"id": "string",
"is_running": true,
"is_partial": true,
"": 42.0,
"completion_status": 42.0
}