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

> Retrieve a list of pay statements associated with a specific link

## Description

This endpoint retrieves a comprehensive list of pay statements associated with a specific link. The response includes statement dates, gross pay, net pay, and a detailed breakdown of earnings with corresponding deductions.

## 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 account link |

## Response Format

The endpoint returns a paginated list of pay statement objects containing:

* Statement dates
* Gross pay amounts
* Net pay amounts
* Earnings breakdown
* Deductions breakdown

## Error Responses

| Status Code | Description                                            |
| ----------- | ------------------------------------------------------ |
| 400         | Incorrect request parameters                           |
| 401         | Authentication failed (invalid or missing credentials) |
| 403         | Forbidden (insufficient permissions)                   |

## Related Endpoints

* [Retrieve a statement](/income-and-employment/statement-retrieve) - GET endpoint for individual statement details
* [Pay Statements Webhooks](/income-and-employment/pay-statements-webhooks) - Webhook notifications for statement events
