Deepnote Public API v2
Folders API
Workspace folders that organize projects.
Base URL
https://api.deepnote.com/v2List folders
List workspace folders with their parent relationships in one response. Omit `nameContains` to receive the complete tree. Use this to resolve a folder name or nested path to the `folderId` accepted by `POST /projects`.
get
/foldersParameters
nameContainsquerystringFilter folders whose name contains this value (case-insensitive).
Responses
▸200List of folders
application/json
ListFoldersResponsefoldersrequiredFolder[]▸400Validation error
application/json
ErrorResponsemessagerequiredstring▸401Unauthorized
application/json
ErrorResponsemessagerequiredstring▸403Insufficient permissions
application/json
ErrorResponsemessagerequiredstring▸429Rate limit exceeded
application/json
ErrorResponsemessagerequiredstring