cURL
curl --request GET \ --url https://api.devin.ai/v3/enterprise/knowledge/folders \ --header 'Authorization: Bearer <token>'
{ "folders": [ { "folder_id": "<string>", "name": "<string>", "note_count": 123, "path": "<string>", "parent_folder_id": "<string>" } ], "root_note_count": 123 }
ManageAccountKnowledge
服务用户凭据(前缀:cog_)
成功响应
文件夹结构端点的响应。
Show child attributes