curl --request GET \
--url https://api-west.millis.ai/knowledge/list_files
[
{
"id": "<string>",
"description": "<string>",
"name": "<string>",
"file_type": "<string>",
"size": 123,
"create_at": 123
}
]
curl --request GET \
--url https://api-west.millis.ai/knowledge/list_files
[
{
"id": "<string>",
"description": "<string>",
"name": "<string>",
"file_type": "<string>",
"size": 123,
"create_at": 123
}
]
Private Key
Successful Response
The response is of type FileInfo · object[]
.