Get parameters of a run through logs
Hello, is there a way to get input parameters of any given run purely through logs (not UI)? From what I can tell, the jobs.run.script audit logs don't show input parameters and there doesn't seem to be any other logs that that do.
1 Reply
if you know the job id, you can call this api https://app.windmill.dev/openapi.html#/operations/getJob
and in response you will
args
cc @rubenf