Returns the complete lineage graph for a dataset attestation. The graph represents the provenance chain as a directed acyclic graph (DAG) of dataset and model references connected by transformation relationships. Use dataset lineage to audit data provenance, verify that training data sources are trusted, and trace how raw data flows through preprocessing pipelines into model training.Documentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
API key with
datasets:read scope. Alternatively, pass a Bearer JWT token in
the Authorization header.Tenant identifier for multi-tenant isolation.
Path Parameters
Dataset attestation identifier (
maip-ds:ULID).Response
The root dataset identifier for this lineage query.
Array of lineage nodes. Each node contains: -
id (string) — Resource
identifier (maip-ds:... or maip-model:...) - type (string) — Node type:
dataset or model - name (string) — Human-readable name - version
(string) — Resource version - status (string) — Current attestation statuscreated_at(string) — ISO 8601 timestamp
Array of transformation relationships connecting nodes. Each edge contains: -
source (string) — Source node identifier - target (string) — Target node
identifier - relationship (string) — Transformation type (e.g.
derived_from, trained_on, preprocessed_from, merged_from) - metadata
(object) — Optional edge metadata (e.g. transformation parameters)
