{ "opencollection": "1.0.0", "info": { "name": "Deepnote Public Execute (v1) Execute (v1) Runs API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Runs", "type": "folder" }, "items": [ { "info": { "name": "Run a notebook", "type": "http" }, "http": { "method": "POST", "url": "https://api.deepnote.com/v2/runs", "body": { "type": "json", "data": "{}" } }, "docs": "Starts an execution run for a notebook. Optionally run the notebook as a detached run, execute only specific blocks, include dependent downstream blocks, and pass input values for input blocks." }, { "info": { "name": "Get a run", "type": "http" }, "http": { "method": "GET", "url": "https://api.deepnote.com/v2/runs/:runId", "params": [ { "name": "runId", "value": "", "type": "path" }, { "name": "snapshotDelivery", "value": "", "type": "query", "description": "How notebook execution snapshots are delivered." } ] }, "docs": "Returns execution details for a run, including its status and results." } ] } ], "bundled": true }