Skip to main content
GET
/
api
/
Knowledge
/
document
List documents stored in knowledge
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>"
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Query Parameters

project_id
string

Response

OK

id
string<uuid>
fileName
string | null
fileType
string | null
projectId
string | null
userId
string | null
createdAt
string<date-time>
tags
string[] | null
metadata
string | null
environment
string | null