Just noticed that the audit trail for our weekly WFM schedule publishing is failing to capture the ‘schedule_published’ event for agents in the Chicago timezone. We are using the Genesys Cloud API v2 endpoint /api/v2/wfm/schedules to trigger the push, but the subsequent call to /api/v2/analytics/events with the query parameter eventType=schedule_published returns a 403 Forbidden error. This started after we updated the WFM Administrator role permissions to align with the new compliance framework last Tuesday. The standard reporting dashboard still shows the schedules as published, but the audit log integration via Data Actions is breaking. The error response body indicates insufficient_privileges for the service account used by the automation flow, even though that account has the wfm:schedule:view and wfm:schedule:publish permissions assigned. We have verified the timezone offsets are correct for CST, so it is not a temporal issue. The service account is also part of the WFM Admins group. Is there a specific permission scope missing for accessing audit events related to schedule publishing, or is this a known limitation with the current API version?