---
title: "Execute SQL query (asynchronous)"
method: POST
path: "/api/bigquery"
---

# Execute SQL query (asynchronous)

`POST /api/bigquery`

Submit a SQL query for asynchronous execution

## Request body

- Query
  - `query` string, required — SQL query to execute

## Response `200`

Query submitted successfully

- JobResponse
  - `jobId` string — Unique job identifier

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.dev/robotpos/apis/sql-query-api.md) · [All operations](https://skmtc.dev/robotpos/apis/sql-query-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/robotpos/sql-query-api/revisions/0fda49c65b95/schema)
