---
title: "List account documents"
method: GET
path: "/accounts/{account_id}/documents"
tags: ["accounts"]
---

# List account documents

`GET /accounts/{account_id}/documents`

Retrieve all account documents.

## Path parameters

- `account_id` string, required

## Query parameters

- `document_type` SophicDomainBrokerEnumsDocumentType[], nullable

## Response `200`

OK

- Document[]
  - `account` string, required — ID of the account the document belongs to.
  - `content_type` string, required — MIME type of the document content.
  - `created_at` string, date-time, required — The timestamp (in [ISO-8601](https://www.iso.org/iso-8601-date-and-time-format.html) format) of when the resource was created.
  - `document_type` 'welcome_letter' | 'order_confirmation' | 'fee_statement' | 'account_statement', required
  - `file` string, required — ID of the file containing the document.
  - `id` string, required — Unique resource identifier.
  - `is_downloadable` boolean, required — Whether the document is available for download.
  - `modified_at` string, date-time, required — The timestamp (in [ISO-8601](https://www.iso.org/iso-8601-date-and-time-format.html) format) of when the resource was last modified.
  - `period_end` string, date, nullable, required — End date of the period covered by the document.
  - `period_start` string, date, nullable, required — Start date of the period covered by the document.
  - `reference` string, nullable, required — ID of the object this document evidences; the order an order confirmation confirms. Null for documents covering a period.
  - `title` string, required — Document title.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/joinsophic/apis/sophic-engine-api.md) · [All operations](https://skmtc.net/joinsophic/apis/sophic-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joinsophic/sophic-engine-api/revisions/5b4c43e2941b/schema)
