cURL
curl --request GET \ --url http://localhost:3000/api/v1/context/knowledge \ --cookie nut-session=
{ "success": true, "data": { "documents": [ { "filename": "<string>", "title": "<string>", "content": "<string>", "tags": [ "<string>" ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] } }
Retrieve all knowledge documents
Session cookie authentication
Search query
List of knowledge documents
Show child attributes
Document filename
Document title
Document content (Markdown)