---
title: "Get an Enrichment"
method: GET
path: "/v0/websets/{webset}/enrichments/{id}"
tags: ["Enrichments"]
---

# Get an Enrichment

`GET /v0/websets/{webset}/enrichments/{id}`

## Path parameters

- `webset` string, required
- `id` string, required

## Response `200`

Enrichment

- WebsetEnrichment
  - `id` string, required — The unique identifier for the enrichment
  - `object` 'webset_enrichment', required
  - `status` 'pending' | 'canceled' | 'completed', required — The status of the enrichment
  - `websetId` string, required — The unique identifier for the Webset this enrichment belongs to.
  - `title` string, nullable, required — The title of the enrichment. This will be automatically generated based on the description and format.
  - `description` string, required — The description of the enrichment task provided during the creation of the enrichment.
  - `format` 'text' | 'date' | 'number' | 'options' | 'email' | 'phone' | 'url', required
  - `options` object[], nullable, required — When the format is options, the different options for the enrichment agent to choose from.
    - `label` string, required — The label of the option
  - `instructions` string, nullable, required — The instructions for the enrichment Agent. This will be automatically generated based on the description and format.
  - `metadata` object — The metadata of the enrichment
  - `createdAt` string, date-time, required — The date and time the enrichment was created
  - `updatedAt` string, date-time, required — The date and time the enrichment was updated

---

[API](https://skmtc.net/exa/apis/exa-public-api.md) · [All operations](https://skmtc.net/exa/apis/exa-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/exa/exa-public-api/versions/5c7114e0ef43/schema)
