---
title: "Query API Execute"
method: POST
path: "/queryapi.execute"
tags: ["General"]
---

# Query API Execute

`POST /queryapi.execute`

Executes pipeline-based data Query API queries against the data sources and returns the resulting data rows.

## Query parameters

- `timeout` integer

## Request body

- object
  - `data` object
    - `query` object
      - `kind` string
      - `stages` object[]
        - `kind` string
        - `table` object
          - `kind` string
          - `dataSourceUniqueName` string

## Response `200`

Successful execution.

- object
  - `response` object
    - `status` integer
    - `startRow` integer
    - `data` unknown[], nullable
      - unknown
    - `endRow` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
