---
title: "Get Subaccount Tax Forms"
method: GET
path: "/tax/subaccounts/{subaccountId}/forms"
tags: ["Tax"]
---

# Get Subaccount Tax Forms

`GET /tax/subaccounts/{subaccountId}/forms`

Permissions required: **Subaccount**


Get subaccount's generated tax forms

## Path parameters

- `subaccountId` string, required

## Response `200`

Successfully returned the forms

- TaxFormsResponse
  - `data` TaxForms[], required
    - `forms` TaxFormItem[] — Tax Forms generated for the specified subaccount
      - `createdDate` string, date-time — ISO-8601 format date time when the tax form was created
      - `downloadLink` string, required — A URL to download the generated tax form item
      - `formType` string, required — The type of the generated tax form
      - `id` string — The unique identifier of the tax form
      - `isFiled` boolean — Indicates whether the tax form has been filed
      - `revision` integer — The revision number of the tax form
      - `revisionType` string — The type of revision for the tax form
      - `year` integer — The tax year for which the form was generated
    - `subaccountId` unknown, required

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error
- `501` — Not Implemented Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
