Execute a queryAsk AIpost https://budibase.app/api/public/v1/queries/{queryId}Queries which have been created within a Budibase app can be executed using this,Path ParamsqueryIdstringrequiredThe ID of the query which this request is targeting.Body ParamsparametersobjectThis contains the required parameters for the query, this depends on query type, setup and bindings.parameters objectpaginationobjectFor supported query types (currently on REST) pagination can be performed using these properties.pagination objectHeadersx-budibase-app-idstringrequiredDefaults to {{appId}}The ID of the app which this request is targeting.Response 200Returns the result of the query execution.Updated 7 months ago