GET
/
v0
/
websets
/
{webset}
/
enrichments
/
{id}
curl --request GET \
  --url https://api.exa.ai/websets/v0/websets/{webset}/enrichments/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "object": "webset_enrichment",
  "status": "pending",
  "websetId": "<string>",
  "title": "<string>",
  "description": "<string>",
  "format": "text",
  "options": [
    {
      "label": "<string>"
    }
  ],
  "instructions": "<string>",
  "metadata": {},
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Your Exa API key

Path Parameters

webset
string
required

The id or externalId of the Webset

id
string
required

The id of the Enrichment

Response

200 - application/json

Enrichment

The response is of type object.