---
title: "Execute Query Async"
method: POST
path: "/api/v1/explorer/queries/{query_id}/run-async"
---

# Execute Query Async

`POST /api/v1/explorer/queries/{query_id}/run-async`

## Path parameters

- `query_id` string, required

## Request body

- BodyExecuteQueryAsyncApiV1ExplorerQueriesQueryIdRunAsyncPost
  - `parameters` object, required — Parameter names and values, to be substituted into parameter placeholders in the saved query
  - `run_config` QueryRunRequestConfig
    - `limit` integer — Limit the number of rows in the result (max 250,000)
    - `compute_profile` string — Compute profile identifier

## Response `200`

Successful Response

- AsyncQueryRunResponse
  - `run_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/allium/apis/allium-account-api.md) · [All operations](https://skmtc.dev/allium/apis/allium-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/allium/allium-account-api/revisions/6c79c032c85d/schema)
