We have created an Azure WebJob to do some scheduled database cleanup for our WebAPI project. Now we want to display the latest job runs in our own management web app to monitor how the cleanup is going every day. How can I get the latest 50 function calls including their corresponding output logs and durations for a given WebJob?We have created an Azure WebJob to do some sche