Skip to content

ctk spaces

List all spaces the authenticated user has access to.

Terminal window
ctk spaces list

Output:

ID Key Name Type Status
────────────────────────────────────────────────────
131073 DEV Development global current
196609 TEAM Team Space global current
262145 ~user Personal Space personal current
Showing 3 spaces

Get details for a specific space by its key.

Terminal window
ctk spaces get DEV

Output:

Space: Development
ID: 131073
Key: DEV
Type: global
Status: current
Homepage ID: 131074

Add --json to get the raw API response:

Terminal window
ctk spaces list --json
ctk spaces get DEV --json