Hi, Nikolaos As far as I know, JobGraph is a relatively low-level concept, and currently we don't expose it directly to users, and don't provide a direct Restful API to get it from JobManager. Why do you need to get JobGraph and what is your real need?
Best, Ron Nikolaos Paraskakis <nikolasparaska...@gmail.com> 于2023年8月31日周四 01:13写道: > Hello folks, > > I am trying to get the job graph of a running flink job. I want to use > flink libraries. For now, I have the RestClusterClient and the job IDs. > Tell me please how to get the job graph. > > Thank you.