cURL
curl --request GET \ --url https://api.devin.ai/v3/organizations/{org_id}/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 }
返回完整的文件夹树,并包含每个文件夹中的 note 数量。
Documentation IndexFetch the complete documentation index at: https://docs.devin.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
ManageKnowledge
服务用户凭据(前缀:cog_)
成功响应
文件夹结构端点的响应。
Show child attributes