Would love a way to have a "job result" or similar column added to the get job list web api column filter. When building a url, would it be possible to also get the last result of each job (ie. success or failure or even 1 for success / 0 for failure)?. And example here:
api_url = "http://**.***.***.***:****/VisualCron/text/Job/List?username=****&password=****&columns=name,active"
After "active" at the end of the url, I would love to be able to add "result" or something that just tells me if the last run of the job failed or succeeded.