| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The parameters used to query the data lineage. | ||
| id | string | The job ID or the table ID. You can call the ListJobs operation to obtain the job ID or call the ListTables operation to obtain the table ID. | 664cc64d-5dea-4ad3-9ee4-8432a874**** |
| depth | long | The depth of the data lineage. | 1 |
| idType | string | The data type of the job or table. If the id parameter is set to the job ID, the value of this parameter is the data type of the job. If the id parameter is set to the table ID, the value of this parameter is the data type of the table. | JOB |
| isColumnLevel | boolean | The lineage type. The value true indicates a field-level lineage. The value false indicates a table-level lineage. | true |
| direction | string | The direction of the lineage. Valid values:
| Both |
| isTemporary | boolean | Indicates whether the table was a temporary table. | true |
| workspace | string | The workspace ID. | a14bd5d90a**** |
| namespace | string | The name of the namespace. | default-namespace |