---
title: "List Files"
method: GET
path: "/kb/v1/files"
tags: ["Files"]
---

# List Files

`GET /kb/v1/files`

Lists the files available to upload in a knowledge base.

## Response `200`

Successful response

- object
  - `files` File[]
    - `id` string — This is the unique identifier of the file.
    - `name` string — This is the name of the file.
    - `type` string
    - `teamId` string
    - `createdAt` string, date-time — This is the ISO 8601 date-time string of when the record was created.

---

[API](https://skmtc.dev/interactly/apis/interactly-api.md) · [All operations](https://skmtc.dev/interactly/apis/interactly-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactly/interactly-api/revisions/8a408fde89f6/schema)
