Skip to main content
GET
/
kb
/
v1
/
files
List Files
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Response

200 - application/json

Successful response

files
object[]