As part of some automation we are intending to implement for account provisioning, I would like to be able to see the approvals that have been requested and granted? In the UI I can see the requests being sent to approvers but I don’t see a way to retrieve the approvals via the API. I believe the approvals are being gathered through the use of Workflow Automator.
Am I missing something? Is it possible to retrieve these approvals and their status?
If not, any suggestions on the best way to track approvals so we can pull them programmatically? Our intent is to follow the “trust but verify” philosophy. It helps with auditing in the sense we can capture a list of requests and who provided approvals.
Thanks!