cURL
curl --request GET \ --url https://api-prod.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
This is the unique identifier of the file.
"5f7b1b1b1b1b1b1b1b1b1b1b"
This is the name of the file.
"some_file.json"
"file"
"1f7b1b1b1b1b1b1b1b1b1b1b"
This is the ISO 8601 date-time string of when the record was created.
"2020-10-05T00:00:00.000Z"