Get Execution Lineage
Get lineage entries for an execution.
Returns all lineage tracking entries associated with this execution, ordered by started_at timestamp.
Args: execution_id: Execution UUID service: Execution service (injected) lineage_service: Lineage service (injected) limit: Maximum number of results
Returns: List of lineage entries for this execution
Raises: HTTPException: 404 if execution not found
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Query Parameters
Section titled “Query Parameters ”Maximum results
Maximum results
Responses
Section titled “ Responses ”Successful Response
Lineage entries for a specific execution.
object
Total number of lineage entries
Execution ID these entries belong to
List of lineage entries
Pipeline lineage entry response.
object
Lineage entry UUID
Correlation ID for this processing attempt
Stage name
Current status of this stage
When processing started
Resource not found
Standard error response matching FastAPI HTTPException format.
This model is used in OpenAPI response declarations for 4xx/5xx errors.
The detail field matches FastAPI’s HTTPException structure.
Validation Error