v1

latestOpenAPI 3.0.22026-07-17171545.4 KB

Check Query

Monitor query progress.

Parameters:

  • query_id: The query_id returned by /start_query

Returns JSON with following items:

  • finished: will evaluate to "True" when the query is finished, otherwise "False"
  • finished_with_no_results: will evaluate to "True" if no results were found and saved in DB by the query, otherwise "False"
get/check_query/{query_id}

Path parameters

query_idinteger required

Response

Successful Response

{"stackTrail":"paths:/check_query/{query_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}