---
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

## Changes

- **2026-08-07** `2b28ad452881` — 1 breaking, 1 warning, 3 info
  - removed the enum value `trade_confirmation` from the property `anyOf[subschema #1]/items/` of the `query` request parameter `document_type`
  - added the new `order_confirmation` enum value to the `items/document_type/allOf[subschema #1: DocumentType]/` response property for the response status `200`
  - added the enum value `order_confirmation` to the property `anyOf[subschema #1]/items/` of the `query` request parameter `document_type`
  - removed the `trade_confirmation` enum value from the `items/document_type/allOf[subschema #1: DocumentType]/` response property for the response status `200`
  - …1 more
- **2026-07-17** `8e8a8242f1f2` — 1 breaking, 5 info
  - the `items/document_type` response's property type changed from `string` to no type for status `200`
  - added `#/components/schemas/DocumentType-Output` to the `items/document_type` response property `allOf` list for the response status `200`
  - removed the `account_statement` enum value from the `items/document_type` response property for the response status `200`
  - removed the `fee_statement` enum value from the `items/document_type` response property for the response status `200`
  - …2 more
- **2026-07-13** `03da9bc8e86b` — 1 info
  - api tag `accounts` added

[Change history](https://skmtc.dev/joinsophic/apis/sophic-engine-api/changes/accounts/:account_id/documents/get.md)

---

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