---
title: "List Account Tax Statements"
method: GET
path: "/accounts/{accountID}/taxforms"
tags: ["Statements"]
---

# List Account Tax Statements

`GET /accounts/{accountID}/taxforms`

Retrieves a list of Account Tax Statements by accountID.

## Path parameters

- `accountID` string, required — The user's unique account identifier.

## Query parameters

- `from` string
- `to` string

## Response `200`

Retrieving a list of Account Tax Statements by accountID was Successful.

- TaxStatementObj[] — An array that holds the reference details to an accounts tax documents.
  - `displayName` string — Description of account tax statement file.
  - `fileKey` string — Key to be used to retrieve account tax statement PDF. Reference [Get Statement File](https://developer.drivewealth.com/reference/get-statement-file) for retrieving an account statement.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/versions/9fced6d0ac41/schema)
