Get the async search status Added in 7.11.0
Get the status of a previously submitted async search request given its identifier, without retrieving search results.
If the Elasticsearch security features are enabled, use of this API is restricted to the monitoring_user
role.
Path parameters
-
A unique identifier for the async search.
Query parameters
-
keep_alive string
Specifies how long the async search needs to be available. Ongoing async searches and any saved search results are deleted after this period.
GET
/_async_search/status/{id}
curl \
-X GET http://api.example.com/_async_search/status/{id}