---
title: "List all tax documents"
method: GET
path: "/v1/links/{link_id}/tax/"
tags: ["Tax Documents"]
---

# List all tax documents

`GET /v1/links/{link_id}/tax/`

The endpoint returns a list of tax documents.

## Response `200`

- TaxDocument[]
  - `id` string — Tax document ID
  - `document_type` 'W2' | 'F1099' | 'F1040', required — Tax document type
  - `document_subtype` 'F1099_DIV' | 'F1099_G' | 'F1099_INT' | 'F1099_MISC' | 'F1099_NEC' | 'F1099_R' | 'F_SSA1099' | 'null', nullable — Tax document subtype
  - `file` string, uri, nullable — Tax document file link
  - `md5sum` string, nullable — Tax document md5sum
  - `year` integer, nullable — Tax document year

## Other responses

- `401` — HTTP 401 Unauthorized
- `403` — HTTP 403 Forbidden

---

[API](https://skmtc.net/truv/apis/truv-api.md) · [All operations](https://skmtc.net/truv/apis/truv-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truv/truv-api/revisions/3d9b9702e0e3/schema)
