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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of the project Standard identifier pattern for resource names
Name of the package Standard identifier pattern for resource names
Path to the model within the package Path pattern supporting slashes, dots, and dashes
Query string to execute on the model. If the query parameter is set, the queryName parameter must be empty.
Name of the source in the model to use for queryName, search, and topValue requests.
Name of a query to execute on a source in the model. Requires the sourceName parameter is set. If the queryName parameter is set, the query parameter must be empty.
Version ID