Folders
Endpoints for organizing individual folders within projects.
List Folders
Gets a paginated list of folders within a specified parent folder. The 'parent' parameter is required and allows anchored path notation to specify the parent folder.
Create Folder
Creates a new folder at the specified path. Supports hierarchical folder creation and optional upsert behavior. When upsert=true, existing folders are returned instead of errors.
Retrieve Folder
Retrieves details of a specific folder by its ID.
Update Folder
Partially updates a folder's properties. Moving folders between projects is not supported. Parent paths can be specified using anchored path notation.
Delete Folder
Permanently deletes a folder and all its contents. Root folders cannot be deleted - delete the entire project instead. This action cannot be undone.