curl --request GET \
--url http://localhost:3333/v1/knowledge-base/documents[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"s3Key": "<string>",
"fileType": "<string>",
"fileSize": 123,
"processingStatus": "pending",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]curl --request GET \
--url http://localhost:3333/v1/knowledge-base/documents[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"s3Key": "<string>",
"fileType": "<string>",
"fileSize": 123,
"processingStatus": "pending",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]Was this page helpful?