Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/4734 @tzulitai, we actually figured out that we cannot register the `CurrentJobsOverviewHandler` under `/jobs/overview` because it conflicts with `/jobs/:jobid`. Therefore, we thought that we could register the `CurrentJobsOverviewHandler` under `/jobs`. This would then not only return the `JobIDs` but also more information about the job. In the future we might add an include query parameter with which one can select which information to return.
---