v1
latestOpenAPI 3.1.02026-07-226875162.5 KBFolder
Get Folder
Retrieve a single folder by ID. The workspace is resolved from the folder, so no workspace is needed in the path.
Requires a user API key with access to the folder.
get/v1/external/folders/{folderId}
Path parameters
folderIdstring required
Folder ID
Response
Folder details
Example response
{
"id": "12345",
"workspaceGuid": "ws_a1b2c3d4",
"title": "Weekly Team Meetings",
"description": "Notes from our weekly sync",
"sharingType": "PRIVATE",
"parentId": "12300",
"color": "#4A90D9",
"isTeamFolder": true,
"createdAt": "2025-01-15T10:30:00Z",
"updatedAt": "2025-01-18T14:20:00Z"
}