GET
/
knowledge
/
list_files
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
  }
]

Headers

authorization
string | null

Private Key

Response

200
application/json

Successful Response

The response is of type object[].