Add Automation Services REST API to get a list of all job executions history
Customer wants to check As job execution status(success, fail, etc) automatically, currently there is a REST API /rest/as/job/status/{jobid} can do this, however there is no API to retrieve the {jobid}, that is what this idea is hoping for.
One of our customers wants to use this API to check if there is any job running on AS server in order to shut it down safely.
PS, there is a REST API /rest/as/job/list that can do the job, however it is not publicly available(not documented as public) despite callable.