> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kalent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# get_contact_enrichment_result

> Read emails, phones, and loading flags for a talent in your workspace after contact enrichment was started.

## Input

| Parameter  | Type   | Required | Description                                              |
| ---------- | ------ | -------- | -------------------------------------------------------- |
| `talentId` | string | Yes      | Talent id (for example from `enrich_linkedin_contacts`). |

## Output

JSON block with `talentId`, `emails`, `phones`, and `contactsLoading` (`email` / `phone` booleans).

## Errors

Returns a not-found style error when your workspace has no enrichment transaction for that talent (enrichment was never started in this workspace).
