> ## 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.

# Retrieve Tax Document

> Get a specific tax document by ID

## Description

The endpoint retrieves a specific tax document associated with a link.

## Authentication

This endpoint requires API credentials:

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

## Path Parameters

| Parameter | Type   | Required | Description                                         |
| --------- | ------ | -------- | --------------------------------------------------- |
| `link_id` | string | Yes      | The unique identifier for the user link             |
| `tax_id`  | string | Yes      | The unique identifier for the specific tax document |

## Response

The endpoint returns tax document data in JSON format.

## Related Endpoints

* [List all tax documents](/income-and-employment/tax-documents-list) - GET endpoint for listing all tax documents
