Get async search status

GET /_async_search/status/{id}

Retrieves 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

  • id string Required

    A unique identifier for the async search.

Responses

GET /_async_search/status/{id}
curl \
 -X GET http://api.example.com/_async_search/status/{id}