Returns the complete schema of a table/view including column names, data types,
usage statistics, and popularity scores. Useful for exploring table structure
before diving into column-level lineage.
GET
/
api
/
v1
/
lineagev2
/
table
/
{table_id}
/
columns
Get all columns for a specific table
Copy
Ask AI
curl --request GET \
--url https://app.datafold.com/api/v1/lineagev2/table/{table_id}/columns \
--header 'Authorization: <api-key>'