How can generate a custom report of total requests raised via Sailpoint within a particular timeframe along with request history and approvals/reject decisions made on those requests for whole entitlements & for Particular set of entitlements for our Audit purpose
@vsekar7 Check this post
Hi Theja,
Do you have any example workflow to pull the required report ?
i have powershell script in these format do you need
âAccess Itemâ,âRequesterâ,âRecipientâ,âApproversâ,âRequested Dateâ,âApproval Statusâ,âProvisioning Statusâ,âAccess Request IDâ
Hi Chaitanya,
Can you please share the powershell script file so that I can use it as my reference to create my own script
access request report within certain time.ps1 (4.7 KB)
add client id and seceret and url and date accordingly
Hi @Chaithu9110 ,
The script is ending at 250 items due to pagination with below error. Can you help me to extract the complete list of requests raised.
Error Message:
PS C:\Users\admin_vsekar7> E:\Venkat\Sailpoint ISC Reports\access request report within certain time.ps1
Date filter: 01-10-2025 to 24-10-2025
Getting access tokenâŚ
Access token received.
Fetching access request statusesâŚ
Retrieved 250 items⌠Total: 250
WARNING:
Pagination stuck â duplicate âsearchAfterâ value. Breaking loop.
Total access requests fetched: 500
Removing duplicates and building reportâŚ
Deduplicated total: 250
Exporting report to: E:\Venkat\Sailpoint ISC Reports\SailPoint_Access_Report_24-10-2025.csv
Report generated successfully.
Hi @Chaithu9110 ,
Do you have any update for my query
i have not get a change look on my code these week i will look on it
Thanks,
Chaithu