The folders command lets you manage recording folders in your workspace.
List folders
This command shows folders in your workspace. Use this when you want to see folder names, parent relationships, and recording counts.
neetorecord folders list
neetorecord folders list --page 1 --page-size 5
Optional flags:
--page- Page number--page-size- Items per page--subdomain <name>- Target a specific logged-in workspace--json- Return JSON envelope output--quiet- Return raw payload only--toon- Return TOON (token-optimized) output
Sample output:
NAME CREATED AT ID PARENT ID RECORDING COUNT
──────────────────── ──────────────────────── ─────── ───────── ───────────────
CLI Docs Test Folder 2026-06-23T07:35:09.836Z 3b87mnb - 0
Page 1 of 1 (1 total records)
Create a folder
This command creates a new folder. Use this when you want to organize recordings into a new folder or nested subfolder.
neetorecord folders create --name "Product demos"
neetorecord folders create --name "Q2" --parent-folder-id 3b87mnb
Required argument:
--name- Folder name
Optional flags:
--parent-folder-id- Parent folder ID (for nested folders)--subdomain <name>- Target a specific logged-in workspace--json- Return JSON envelope output--quiet- Return raw payload only--toon- Return TOON (token-optimized) output
Sample output:
ID 6c7x3by
NAME CLI-Doc-Test-Folder-Temp
PARENT ID -
CREATED AT 2026-06-23T15:31:04.840Z