---
title: "GET /connectors/tables/{table_id}/lineage"
method: GET
path: "/connectors/tables/{table_id}/lineage"
tags: ["connectors"]
---

# GET /connectors/tables/{table_id}/lineage

`GET /connectors/tables/{table_id}/lineage`

## Path parameters

- `table_id` string, uuid, required

## Response `200`

Table lineage information

- TableLineageResponse — Response for table lineage queries containing both upstream and downstream dependencies
  - `downstream` TableLineageItem[], required
    - `database_name` string, required
    - `lineage_type` 'COPY' | 'TRANSFORMED' | 'VIEW' | 'FOREIGN_KEY', required — Lineage type for table-to-table relationships
    - `schema_name` string, required
    - `table_id` string, uuid, required
    - `table_name` string, required
  - `upstream` TableLineageItem[], required
    - `database_name` string, required
    - `lineage_type` 'COPY' | 'TRANSFORMED' | 'VIEW' | 'FOREIGN_KEY', required — Lineage type for table-to-table relationships
    - `schema_name` string, required
    - `table_id` string, uuid, required
    - `table_name` string, required

## Other responses

- `404` — Table not found

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
