asynchronous-search icon indicating copy to clipboard operation
asynchronous-search copied to clipboard

[FEATURE] API for fetching async search status

Open eirsep opened this issue 2 years ago • 0 comments

Customers running search requests with large response size(due to results or doc size) want to be able to track the status of their search. The get async search by id API provides the entire response which may be too large if customer simply wants to check the status of the search

We can have a dedicated status API to shed light on the status of an async search which has a light weight response showing state, creation time and other details such as shards left to query, query/fetch phase, agggregations etc.( if search is still in progress )

eirsep avatar Mar 31 '23 21:03 eirsep