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

> Retrieve a list of all employment records associated with a specific link

## Description

The endpoint returns a list of all employments associated with a specific account link. This allows you to access complete employment history data for a linked user account.

## Authentication

This endpoint requires authentication credentials:

* **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 employment records in JSON format containing employment history details for the specified link.

## Related Endpoints

* [Employment reference](/income-and-employment/employment) - Employment object attributes
* [Retrieve single employment](/income-and-employment/employment-retrieve) - Get the most recent employment
* [Employment webhooks](/income-and-employment/employment-webhooks) - Webhook notifications for employment events
