ctk folders
Subcommands
Section titled “Subcommands”ctk folders list [space-id]
Section titled “ctk folders list [space-id]”List all folders in a space.
ctk folders list 131073Output:
ID Title Status Version───────────────────────────────────────────────────────────────87654321 Engineering current 287654322 Design Documents current 187654323 Meeting Notes current 3
Showing 3 foldersctk folders get [folder-id]
Section titled “ctk folders get [folder-id]”Get folder details.
ctk folders get 87654321Output:
Folder: Engineering ID: 87654321 Space ID: 131073 Parent ID: Status: current Version: 2 Created: 2025-01-05T10:00:00Z Updated: 2025-02-20T14:30:00Zctk folders children [folder-id]
Section titled “ctk folders children [folder-id]”Get child folders of a folder.
ctk folders children 87654321Output:
ID Title Status Version───────────────────────────────────────────────────────────────87654324 Backend current 187654325 Frontend current 1
Showing 2 child foldersJSON Output
Section titled “JSON Output”All commands support --json:
ctk folders list 131073 --json