---
title: "Retrieve a List of Account Documents"
method: GET
path: "/v1/accounts/{account_id}/documents"
tags: ["Documents"]
---

# Retrieve a List of Account Documents

`GET /v1/accounts/{account_id}/documents`

This endpoint allows you to query all the account document based on an account ID. You can filter by date, or type of document.

These account documents are tax statements, trade confirmations, etc, generated by the Alpaca system. They are distinct from the owner documents you upload and later access via the account object's documents property.

## Query parameters

- `start` string, date
- `end` string, date
- `type` 'account_application' | 'account_statement' | 'crypto_account_statement' | 'options_application' | 'tax_statement' | 'trade_confirmation_json' | 'trade_confirmation'

## Response `200`

OK

- AccountDocument[]
  - `date` string, date, required
  - `id` string, uuid, required
  - `name` string
  - `sub_type` string — The sub-type of the document. This is a free-form property.
  - `type` 'account_application' | 'account_statement' | 'crypto_account_statement' | 'options_application' | 'tax_statement' | 'trade_confirmation_json' | 'trade_confirmation', required — The type of the account document

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/revisions/62e3378bb273/schema)
