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.
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 notebook within the package
Index of the cell to execute (0-based)
Query Parameters
Version identifier for the package Version identifier pattern supporting dots and dashes
^[a-zA-Z0-9_.-]+$JSON-encoded filter parameter values keyed by filter name
When true, skip filter injection entirely
true, false Response
Cell execution result
Result of executing a notebook cell