cURL
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" }
Your Exa API key
The id or externalId of the Webset
The id of the Enrichment
Enrichment
The response is of type object.
object