Get the async SQL search status
Added in 7.15.0
Get the current status of an async SQL search or a stored synchronous SQL search.
Path parameters
-
id
string Required The identifier for the search.
GET
/_sql/async/status/{id}
curl \
--request GET 'http://api.example.com/_sql/async/status/{id}' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"": 42.0,
"id": "string",
"is_running": true,
"is_partial": true,
"completion_status": 42.0
}