fix(awooop): align console with flywheel execution metrics
Some checks failed
Code Review / ai-code-review (push) Has been cancelled
CD Pipeline / tests (push) Successful in 2m22s
CD Pipeline / build-and-deploy (push) Successful in 3m54s
CD Pipeline / post-deploy-checks (push) Successful in 1m17s

This commit is contained in:
Your Name
2026-05-06 00:44:53 +08:00
parent 20ef0c1455
commit a2c4b3d47e
17 changed files with 629 additions and 208 deletions

View File

@@ -108,8 +108,9 @@ async def list_runs(
)
async def list_approvals(
project_id: str | None = Query(None, description="租戶 ID可選"),
run_id: str | None = Query(None, description="Run ID可選M8 詳情頁查單筆)"),
) -> dict[str, Any]:
return await list_approvals_svc(project_id=project_id)
return await list_approvals_svc(project_id=project_id, run_id=run_id)
@router.post(