Skip to main content
GET
/
v1
/
table
/
{table_uuid}
/
enrichments
Get table enrichments
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"
  }
]

Headers

x-apikey
string
required

API Key for authentication

Path Parameters

table_uuid
string
required

The UUID of the table to retrieve

Response

Table retrieved successfully

id
integer
name
string