fix: schedule result api
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user