diff --git a/api/internal/handler/routes.go b/api/internal/handler/routes.go index a3ade3e1..5402a03d 100644 --- a/api/internal/handler/routes.go +++ b/api/internal/handler/routes.go @@ -1147,7 +1147,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) { }, { Method: http.MethodGet, - Path: "/schedule/ai/getJobLog/:adapterId/:taskId/:instanceNum", + Path: "/schedule/ai/getJobLog/:adapterId/:clusterId/:taskId/:instanceNum", Handler: schedule.ScheduleGetAiJobLogLogHandler(serverCtx), }, {