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

> Get the most recent employment data for a specific link

## Description

Get the most recent employment data associated with a specific link ID.

## Authentication

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

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

## Path Parameters

| Parameter | Type   | Required | Description                                                               |
| --------- | ------ | -------- | ------------------------------------------------------------------------- |
| `link_id` | string | Yes      | The unique identifier for the link from which to retrieve employment data |

## Response

The endpoint returns employment data in JSON format containing the most recent employment record associated with the provided link.

## Related Endpoints

* [List all employments](/income-and-employment/employments-list) - GET endpoint for listing all employments
* [Employment webhooks](/income-and-employment/employment-webhooks) - Webhook notifications for employment events
