cURL
curl --request GET \ --url https://api.databar.ai/v1/table/{table_uuid}/waterfalls \ --header 'x-apikey: <x-apikey>'
[ { "id": 42, "waterfall_name": "Email finder waterfall" }, { "id": 55, "waterfall_name": "Phone number waterfall" } ]
Get all waterfalls installed on a table. Use the returned id with POST /v1/table/{uuid}/run-enrichment/{id} to run.
id
POST /v1/table/{uuid}/run-enrichment/{id}
API Key for authentication
The UUID of the table
Table waterfalls retrieved successfully