Get Lineage Entry
GET
/api/v1/lineage/{correlation_id}
Get a single lineage entry by correlation ID.
Args: correlation_id: Correlation ID to lookup service: Lineage service (injected)
Returns: LineageEntryResponse with entry details
Raises: HTTPException: 404 if not found
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” correlation_id
required
Correlation Id
string
Responses
Section titled “ Responses ”Successful Response
LineageEntryResponse
Pipeline lineage entry response.
object
id
required
Id
Lineage entry UUID
string format: uuid
correlation_id
required
Correlation Id
Correlation ID for this processing attempt
string
stage_name
required
Stage Name
Stage name
string
stage_status
required
Stage Status
Current status of this stage
string
started_at
required
Started At
When processing started
string format: date-time
Resource not found
ErrorResponse
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
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context