Get Job Executions in Rundeck
Following the previous articles , we are now in position to query job executions. The query is done via API as well. As a job can have an arbitrary number of executions, it's advisable to use pagination. The code follows the same lines as the one in the previous entries: This function builds the…