400 Error When Retrieving Operational Logs via API

I was unable to retrieve my account operational logs through "url = “https://api.zoom.us/v2/report/operationlogs” when I try to run the python function in my local machine I was getting this error "Failed to fetch operation logs. Status code: 400
Response: {“code”:200,“message”:“No permission.”}”. For authentication, I’m utilizing the “Server-To-Server OAuth” method. I was admin for that zoom account. Additionally, I have ensured that my application has the necessary scopes assigned for these operations.
Below are the scopes I have provided to my application:

report:read:operation_logs:admin

Could anyone guide me on what might be causing this error? Is there a specific scope required for accessing account settings that I might have overlooked, or could this be related to another issue?

Thank you for your assistance!