cURL
curl --request GET \ --url https://api.example.com/v1/table/{table_uuid}/enrichments \ --header 'x-apikey: <x-apikey>'
[ { "id": "1", "name": "Enrichment1" }, { "id": "2", "name": "My Table" } ]
Get a tables enrichments by its UUID.
API Key for authentication
The UUID of the table to retrieve
Table retrieved successfully