Skip to main content
GET
Execute a specific notebook cell

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentName
string
required

Name of the environment Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$
packageName
string
required

Name of the package

path
string
required

Path to notebook within the package

cellIndex
integer
required

Index of the cell to execute (0-based)

Query Parameters

versionId
string

Version identifier for the package Version identifier pattern supporting dots and dashes

Pattern: ^[a-zA-Z0-9_.-]+$
filter_params
string

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.

bypass_filters
enum<string>

DEPRECATED: Use givens (native Malloy runtime parameters) instead. See docs/givens.md for migration recipes.

When true, skip filter injection entirely.

Available options:
true,
false
givens
string

JSON-encoded given values keyed by given name

Response

Cell execution result

Result of executing a notebook cell

type
enum<string>

Type of notebook cell

Available options:
markdown,
code
text
string

Text contents of the notebook cell

result
string

JSON string containing the execution result for this cell

newSources
string[]

Array of JSON strings containing SourceInfo objects made available in this cell