Skip to main content
GET
/
v1
/
table
/
{table_uuid}
/
run-enrichment
/
{enrichment_id}
Run table enrichment
curl --request GET \
  --url https://api.example.com/v1/table/{table_uuid}/run-enrichment/{enrichment_id} \
  --header 'x-apikey: <x-apikey>'
{
  "id": "1",
  "name": "Enrichment1"
}

Headers

x-apikey
string
required

API Key for authentication

Path Parameters

table_uuid
string
required

The UUID of the table to retrieve

enrichment_id
string
required

The UUID of the enrichment to run

Response

Table retrieved successfully