Retrieves a compiled Malloy model with its source information, queries, and metadata. The model is compiled using the specified version of the Malloy compiler. This endpoint provides access to the model’s structure, sources, and named queries for use in applications.
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
Path to the model within the package Path pattern supporting slashes, dots, and dashes
Version identifier for the package Version identifier pattern supporting dots and dashes
Compiled Malloy model
Compiled Malloy model with sources, queries, and metadata
Resource path to the model
Name of the package containing this model
Relative path to the model file within its package directory
Version of the Malloy compiler used to generate the model data
JSON string containing model metadata and structure information
Array of JSON strings containing source information for each data source
Array of named queries defined in the model