cURL
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" }
Get a tables enrichment by its UUID.
API Key for authentication
The UUID of the table to retrieve
The UUID of the enrichment to run
Table retrieved successfully