Hi rania, If you means the Job Vertex ID of the JobGraph, you can try this: http://localhost:8081/jobs/<jobID>
Best, Yu Chen ________________________________ 发件人: Zhanghao Chen <zhanghao.c...@outlook.com> 发送时间: 2023年11月26日 11:02 收件人: rania duni <rania...@gmail.com>; user@flink.apache.org <user@flink.apache.org> 主题: Re: Operator ids It is not supported yet. Curious why do you need to get the operator IDs? They are usually only used internally. Best, Zhanghao Chen ________________________________ From: rania duni <rania...@gmail.com> Sent: Saturday, November 25, 2023 20:44 To: user@flink.apache.org <user@flink.apache.org> Subject: Operator ids Hello! I would like to know how can I get the operator ids of a running job. I know how can I get the task ids but I want the operator ids! I couldn’t find something to the REST API docs. Thank you.