---
title: "List Custom Assistant Files"
method: GET
path: "/v1/assistants/custom/{assistant_id}/files"
tags: ["Custom Assistants"]
---

# List Custom Assistant Files

`GET /v1/assistants/custom/{assistant_id}/files`

## Path parameters

- `assistant_id` string, required

## Response `200`

Successful Response

- DocumentOut[]
  - `id` string, uuid, nullable
  - `tenant_id` string, nullable
  - `tenant_name` string, nullable
  - `title` string, nullable
  - `description` string, nullable
  - `created_on` string, date-time, nullable
  - `created_by` string, nullable
  - `created_by_username` string, nullable
  - `updated_at` string, date-time, nullable
  - `tags` string[], nullable
  - `name` string, nullable
  - `meta` object, nullable
  - `source_uri` string, nullable
  - `source_date` string, date, nullable
  - `source_name` string, nullable
  - `source_title` string, nullable
  - `text` string, nullable
  - `collection_id` string, uuid, nullable
  - `collection_name` string, nullable
  - `content_type` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
