Execute a specific notebook cell
Executes a specific cell in a Malloy notebook by index. For code cells, this compiles and runs the Malloy code, returning query results and any new sources defined. For markdown cells, this simply returns the cell content.
/environments/{environmentName}/packages/{packageName}/notebooks/{path}/cells/{cellIndex}Authorization
bearerAuth In: header
Path Parameters
Name of the environment
^[a-zA-Z0-9_-]+$Name of the package
Path to notebook within the package
Index of the cell to execute (0-based)
Query Parameters
Version identifier for the package
^[a-zA-Z0-9_.-]+$DEPRECATED: Use givens (native Malloy runtime parameters) instead.
Targets the deprecated #(filter) annotation path. See docs/givens.md
for migration recipes.
JSON-encoded filter parameter values keyed by filter name.
DEPRECATED: Use givens (native Malloy runtime parameters) instead.
See docs/givens.md for migration recipes.
When true, skip filter injection entirely.
Value in
- "true"
- "false"
JSON-encoded given values keyed by given name
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json