We're successfully scheduling an extract refresh via Lambda and polling for success, but I would prefer to add a single "WAIT" step to our orchestration to get us closer to the completion time, and then poll from there - Can I use the API to poll for the last 10 refreshes of a specific extract? I don't see a method to list jobs for an extract, or jobs with a filter for an extract.
Hoping to get this back in a way I can get Job Number, Start DateTime, Finish DateTime so I can get the execution time in seconds and feed that into my WAIT state.
I am aware that this is available by querying the database, but in my case that's not available.