Get async SQL search results
Added in 7.15.0
Get the current status and available results for an async SQL search or stored synchronous SQL search.
If the Elasticsearch security features are enabled, only the user who first submitted the SQL search can retrieve the search using this API.
Query parameters
-
The separator for CSV results. The API supports this parameter only for CSV responses.
-
The format for the response. You must specify a format using this parameter or the
Accept
HTTP header. If you specify both, the API uses this parameter. -
The retention period for the search and its results. It defaults to the
keep_alive
period for the original SQL search.Values are
-1
or0
. -
The period to wait for complete results. It defaults to no timeout, meaning the request waits for complete search results.
Values are
-1
or0
.
curl \
--request GET 'http://api.example.com/_sql/async/{id}' \
--header "Authorization: $API_KEY"