List lineage for a data model

View as MarkdownOpen in Claude
This endpoint lists the elements, data sources, and upstream lineage for those data sources in a data model, providing a detailed view of how data is interconnected within a data model. ### Usage notes - Retrieve the **dataModelId** by calling the [/v2/dataModels](https://help.sigmacomputing.com/reference/list-data-models) endpoint. ### Usage scenarios - **Data governance:** Allows data managers to track how information is used and propagated through different data model elements. - **Debugging and optimization:** Helps with identifying and resolving issues in data processing or data model structure. - **Data source management**: Identify the dependencies of data sources in use in a specific data model. ### Best practices - Integrate this information into documentation or data dictionaries to enhance transparency and understanding across teams. - Use this endpoint to regularly audit data model structures, ensuring that all data connections and transformations are correct and optimized.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

dataModelIdstringRequired

Query parameters

pagestringOptional
limitdoubleOptional

Response

The response body.
entrieslist of objects
nextPagestring or null
totaldouble