v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-014430130.6 KB
queries

Execute a query

Queries which have been created within a Budibase app can be executed using this,

post/queries/{queryId}

Path parameters

queryIdstring required

The ID of the query which this request is targeting.

Headers

x-budibase-app-idstring required

The ID of the app which this request is targeting.

Request body

parametersobject

This contains the required parameters for the query, this depends on query type, setup and bindings.

Response

Returns the result of the query execution.

dataobject[] required

The data response from the query.

paginationobject

If pagination is supported, this will contain the bookmark/anchor information for it.