Skip to main content
GET
Get folder

Authorizations

Authorization
string
header
required

API key created in Settings > API.

Format: exec_live_ followed by 40 alphanumeric characters.

Path Parameters

folder_id
string
required

The folder's unique identifier (UUID)

Response

Folder detail

A Knowledge Hub folder (also called a Space or Hub) that groups pages and sources.

id
string

Unique folder identifier (UUID)

name
string

Folder name

emoji
string | null

Emoji icon shown next to the folder

parent
string | null

UUID of the parent folder, or null for a top-level folder

visibility
enum<string>

Visibility scope of the folder

Available options:
private,
workspace,
global
item_count
integer

Number of non-archived pages directly in this folder

subfolder_count
integer

Number of direct child folders

created_at
string<date-time>
updated_at
string<date-time>