v1

latestOpenAPI 3.1.02026-07-2681217214.1 KB

Execute Query Async

post/api/v1/explorer/queries/{query_id}/run-async

Path parameters

query_idstring required

Request body

parametersobject required

Parameter names and values, to be substituted into parameter placeholders in the saved query

Example request

{
  "run_config": {
    "limit": 1000
  }
}

Response

Successful Response

run_idstring required