Get Lineage Batch
GET
/api/v1/lineage/batch/{batch_id}
Get all lineage entries for a replay batch.
Args: batch_id: Replay batch ID service: Lineage service (injected)
Returns: LineageBatchResponse with batch entries
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” batch_id
required
Batch Id
string
Responses
Section titled “ Responses ”Successful Response
LineageBatchResponse
Lineage entries for a replay batch.
object
batch_id
required
Batch Id
Replay batch ID
string
entries
required
Entries
Entries in this batch
Array<object>
LineageEntryResponsePipeline 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
total
required
Total
Total entries in batch
integer
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