feat(lab): publish M4.7 Worker graph evidence
This commit is contained in:
@@ -98,6 +98,10 @@ def build_m4_threat_replay_router(
|
||||
"access": "read-only-replay-simulated",
|
||||
}
|
||||
|
||||
@router.get("/results/{result_id}")
|
||||
def get_result(result_id: str) -> dict[str, object]:
|
||||
return _project_result(result(result_id))
|
||||
|
||||
@router.get("/results/{result_id}/visuals")
|
||||
def list_visuals(result_id: str) -> dict[str, object]:
|
||||
frozen = result(result_id)
|
||||
|
||||
Reference in New Issue
Block a user