If true, the search is still running. If false, the search has finished.
is_partial booleanRequired
If true, the response does not contain complete search results. If is_partial is true and is_running is true, the search is still running. If is_partial is true but is_running is false, the results are partial due to a failure or timeout.
start_time_in_millis number
Time unit for milliseconds
completion_status number
GET /_sql/async/status/{id}
curl \ --request GET 'http://api.example.com/_sql/async/status/{id}' \ --header "Authorization: $API_KEY"