Hi @Antonio Olivar Admin,
Thanks for reaching out!
As per my understanding you are trying to fetch the export Intune reports using Graph APIs. As per the attached screen shot, I can see that You have consented the app with delegated permissions to use List deviceManagementExportJobs API. Usually 403- Forbidden- Access is denied error occurs when the user might not have enough permission to access the app. I suggest consent the app with required application permissions and then executing the API.
You can check your scopes by decoding access token in https://jwt.ms/
For application permission token, the permissions are in the “roles” claim: Note: the “scp” claim is not available for application permission
For delegated permission token, the permissions are in the “scp” claim instead. Note: the “roles” claim still may be present in the delegated permission and they contain the roles the user is assigned to in the API app.
Please make sure that your Intune license is active, as the Microsoft Graph API for Intune requires an active Intune license for the tenant.
Hope this helps.
If the reply is helpful, please click "Accept Answer" and kindly upvote it. If you have additional questions about this answer, please click "Comment".