> ## 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 an Income and Employment Report

> Retrieves a previously generated income and employment report for a specific user

## Overview

This endpoint retrieves a previously generated income and employment report for a specific user. The report provides verified employment and income information.

## Authentication

This endpoint requires API authentication using:

* **ClientID** (Header)
* **AccessKey** (Header)

## Path Parameters

<ParamField path="user_id" type="string" required>
  The unique Transcrypts identifier for the user.
</ParamField>

<ParamField path="report_id" type="string" required>
  The unique identifier for the report to retrieve.
</ParamField>

## Response

The endpoint returns report data in JSON format. The response structure includes employment verification details and income information extracted from connected payroll systems.

### Error Responses

| Status Code | Description                                                                  |
| ----------- | ---------------------------------------------------------------------------- |
| **401**     | Unauthorized - Authentication credentials were invalid or missing            |
| **403**     | Forbidden - Authentication credentials were not provided or access is denied |
| **404**     | Not Found - The specified report or user was not found                       |
