Retrieves a compiled Malloy notebook with its cells, results, and metadata. The notebook is compiled using the specified version of the Malloy compiler. This endpoint provides access to the notebook’s structure, cells, and execution results 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 notebook within the package.
Version identifier for the package Version identifier pattern supporting dots and dashes
A Malloy notebook.
Compiled Malloy notebook with cells, results, and execution data
Resource path to the notebook
Name of the package containing this notebook
Relative path to the notebook file within its package directory
Version of the Malloy compiler used to generate the notebook data
Array of notebook cells containing code, markdown, and execution results