Notebooks
Get Malloy notebook cells
Retrieves a Malloy notebook with its raw cell contents (markdown and code). Cell execution should be done separately via the execute-notebook-cell endpoint.
GET
/environments/{environmentName}/packages/{packageName}/notebooks/{path}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
environmentName*string
Name of the environment
Match
^[a-zA-Z0-9_-]+$packageName*string
Name of the package
path*string
Path to notebook within the package.
Query Parameters
versionId?string
Version identifier for the package
Match
^[a-zA-Z0-9_.-]+$Response Body
application/json
application/json
application/json
application/json
application/json