Skip to content

ctk folders

List all folders in a space.

Terminal window
ctk folders list 131073

Output:

ID Title Status Version
───────────────────────────────────────────────────────────────
87654321 Engineering current 2
87654322 Design Documents current 1
87654323 Meeting Notes current 3
Showing 3 folders

Get folder details.

Terminal window
ctk folders get 87654321

Output:

Folder: Engineering
ID: 87654321
Space ID: 131073
Parent ID:
Status: current
Version: 2
Created: 2025-01-05T10:00:00Z
Updated: 2025-02-20T14:30:00Z

Get child folders of a folder.

Terminal window
ctk folders children 87654321

Output:

ID Title Status Version
───────────────────────────────────────────────────────────────
87654324 Backend current 1
87654325 Frontend current 1
Showing 2 child folders

All commands support --json:

Terminal window
ctk folders list 131073 --json