---
title: "SQL列级血缘分析"
method: POST
path: "/v1/sql_lineage_analysis"
tags: ["sql_analysis"]
---

# SQL列级血缘分析

`POST /v1/sql_lineage_analysis`

Analyze SQL and return column-level lineage

## Request body

- V1SQLLineageAnalyzeReqV1
  - `default_schema` string
  - `instance_type` string
  - `result_columns` string[]
  - `sql` string

## Response `200`

OK

## Changes

- **2026-03-30** `b318607ebc55` — 1 info
  - endpoint added
- **2025-06-24** `ea902136997f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/actiontech/apis/sqle-api-docs/changes/v1/sql_lineage_analysis/post.md)

---

[API](https://skmtc.dev/actiontech/apis/sqle-api-docs.md) · [All operations](https://skmtc.dev/actiontech/apis/sqle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/actiontech/sqle-api-docs/revisions/3e36a0067703/schema)
