> ## 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 a Statement

> Get a specific pay statement by ID

## Description

Get the pay statement for a specific statement ID associated with a link.

## Authentication

This endpoint requires API credentials to be provided in the request header.

## Path Parameters

| Parameter      | Type   | Required | Description                                       |
| -------------- | ------ | -------- | ------------------------------------------------- |
| `link_id`      | string | Yes      | The identifier for the user's account link        |
| `statement_id` | string | Yes      | The specific pay statement identifier to retrieve |

## Response

The endpoint returns the requested pay statement data including dates, gross pay, net pay, earnings breakdown, and deductions.

## Related Endpoints

* [List all statements](/income-and-employment/statements-list) - GET endpoint for listing all statements
* [Pay Statements Webhooks](/income-and-employment/pay-statements-webhooks) - Webhook notifications for statement events
