I have deployed the continuous webjob.
I need to setup a page in my application, which list all the running Azure webjob with the current status.
Is there any API available to achieve the same?
Need to create a custom dashboard in my web application, where it shows running webjob with its status like running/stopped/success/error
Thanks!