cURL
curl --request GET \ --url https://api-qa.interactly.ai/kb/v1/files \ --header 'Authorization: Bearer <token>'
{ "files": [ { "id": "5f7b1b1b1b1b1b1b1b1b1b1b", "name": "some_file.json", "type": "file", "teamId": "1f7b1b1b1b1b1b1b1b1b1b1b", "createdAt": "2020-10-05T00:00:00.000Z" } ] }
Lists the files available to upload in a knowledge base.
Retrieve your API Key from Dashboard API Keys Section.
Successful response
Show child attributes