Skip to main content
GET
/
api
/
v1
/
lineagev2
/
table
/
{table_id}
/
columns
Get all columns for a specific table
curl --request GET \
  --url https://app.datafold.com/api/v1/lineagev2/table/{table_id}/columns \
  --header 'Authorization: <api-key>'
{
  "columns": [
    {
      "id": "<string>",
      "name": "<string>",
      "dataType": "<string>",
      "popularity": 0,
      "totalQueries30d": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key '

Path Parameters

table_id
string
required

Response

Successful Response

columns
ColumnInfo · object[]
required