{ "opencollection": "1.0.0", "info": { "name": "Deepnote Public Execute (v1) Execute (v1) Notebooks API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Notebooks", "type": "folder" }, "items": [ { "info": { "name": "Create a notebook", "type": "http" }, "http": { "method": "POST", "url": "https://api.deepnote.com/v2/notebooks", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an empty notebook inside the project." }, { "info": { "name": "Get a notebook", "type": "http" }, "http": { "method": "GET", "url": "https://api.deepnote.com/v2/notebooks/:notebookId", "params": [ { "name": "notebookId", "value": "", "type": "path" } ] }, "docs": "Get a notebook" }, { "info": { "name": "Delete a notebook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.deepnote.com/v2/notebooks/:notebookId", "params": [ { "name": "notebookId", "value": "", "type": "path" } ] }, "docs": "Delete a notebook" }, { "info": { "name": "List notebook runs", "type": "http" }, "http": { "method": "GET", "url": "https://api.deepnote.com/v2/notebooks/:notebookId/runs", "params": [ { "name": "notebookId", "value": "", "type": "path" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" } ] }, "docs": "Paginated list of historical runs for a notebook." } ] } ], "bundled": true }