cURL
curl --request GET \ --url https://app.recallio.ai/api/Knowledge/document \ --header 'Authorization: <api-key>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "fileName": "<string>", "fileType": "<string>", "projectId": "<string>", "userId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "tags": [ "<string>" ], "metadata": "<string>", "environment": "<string>" } ]
Retrieve stored documents for the authenticated team
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
OK