Execute Malloy query
Executes a Malloy query against a model and returns the results. The query can be specified as a raw Malloy query string or by referencing a named query within the model. This endpoint supports both ad-hoc queries and predefined model queries, making it flexible for various use cases including data exploration, reporting, and application integration.
/environments/{environmentName}/packages/{packageName}/models/{path}/queryAuthorization
bearerAuth In: header
Path Parameters
Name of the environment
^[a-zA-Z0-9_-]+$Name of the package
^[a-zA-Z0-9_.-]+$Path to the model within the package
^[a-zA-Z0-9_/.-]+$Request Body
application/json
Request body for executing a Malloy query
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json