Get Execution Routes
Get route-level statistics for an execution.
Returns aggregated statistics per route derived from lineage data.
Args: execution_id: Execution UUID service: Execution service (injected) lineage_service: Lineage service (injected)
Returns: Route-level statistics for this execution
Raises: HTTPException: 404 if execution not found
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Responses
Section titled “ Responses ”Successful Response
Route-level statistics for an execution.
object
Execution ID
Per-route statistics
Statistics for a single route within an execution.
object
Route identifier
Total messages processed
Successfully completed messages
Failed messages
Currently processing messages
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