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 }
Restituisce l’intera struttura delle cartelle con il conteggio delle note per ciascuna cartella.
ManageAccountKnowledge
Credenziale dell'utente del servizio (prefisso: cog_)
Risposta riuscita
Risposta per l'endpoint della struttura delle cartelle.
Show child attributes