cURL
curl --request GET \ --url http://0.0.0.0:8000/insights/{id_insight}/run_query \ --header 'Authorization: Bearer <token>'
{ "id_insight": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "columns": [ "<string>" ], "rows": [ [ "<unknown>" ] ] }
Execute the ClickHouse query associated with an insight and return the result.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?