fix: schedule result api

This commit is contained in:
tao.chen
2026-08-21 19:42:42 +08:00
parent b493907775
commit 8fa6203303
+1 -1
View File
@@ -355,7 +355,7 @@ async def get_schedule_node_run_artifacts(
context=context,
session=session,
)
base_path = f"/schedule-runs/{run_id}/node-runs/{node_run_id}"
base_path = f"/api/v1/schedule-runs/{run_id}/node-runs/{node_run_id}"
workspace_query = f"workspace_id={context.workspace.workspace_id}"
return {
"request_id": context.request_id,