Get compiled Malloy model
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.
Documentation Index
Fetch the complete documentation index at: https://docs.credibledata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Name of the project Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Name of the package
Path to the model within the package Path pattern supporting slashes, dots, and dashes
^[a-zA-Z0-9_/.-]+$Query Parameters
Version identifier for the package Version identifier pattern supporting dots and dashes
^[a-zA-Z0-9_.-]+$Response
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
Sources defined in this model