cURL
curl --request POST \ --url https://api.allium.so/api/v1/explorer/queries/{query_id}/run-async \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "parameters": {}, "run_config": {} } '
{ "run_id": "<string>" }
parameters
LIMIT
Parameter names and values, to be substituted into parameter placeholders in the saved query
Show child attributes
Successful Response
Was this page helpful?