v4

latestOpenAPI 3.1.02026-08-08349225311.7 KB
runtime_mutations
notebook

Export Notebook Standalone Endpoint

Export a notebook with qualia.get(...) calls inlined for standalone use.

TODO: Because notebooks can be attached/detached across sessions, a notebook may reference variables from arbitrary projects/tasks. Right now we call query_all_task_variables() which fetches every variable in the database rather than scoping to the variables relevant to this notebook. Revisit once we can efficiently resolve notebook_id -> relevant task variable set.

post/api/notebook/export_standalone

Request body

pathstring required

Path to the notebook to export

Response

Successful Response

{"stackTrail":"paths:/api/notebook/export_standalone:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}