> ## Documentation Index
> Fetch the complete documentation index at: https://sdk.transcrypts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List All Tax Documents

> Retrieve a list of tax documents associated with a specific link

## Description

The endpoint returns a list of tax documents associated with a specific user link. Tax documents are financial records that support income and employment verification.

## Authentication

This endpoint requires API key credentials for access:

* **ClientID** (header)
* **AccessKey** (header)

## Path Parameters

| Parameter | Type   | Required | Description                                |
| --------- | ------ | -------- | ------------------------------------------ |
| `link_id` | string | Yes      | The unique identifier for the account link |

## Response

The endpoint returns a list of tax document objects in JSON format.

## Related Endpoints

* [Retrieve tax document](/income-and-employment/tax-document-retrieve) - Fetches individual document details
