Hi, we are using the following API endpoint since years to generate a timesheet for payroll: /api-reporting/v1/team/{team}/oncall/log Right now this endpoint only returns data until September 15th, but no more recent events. Our payload: {team} = <our team id> start = 2025-08-31T16:00:00Z end = 2025-10-05T10:00:00Z Result: userLogs => only entries until September 15th are visible, nothing newer. It seems there is an issue in the API backend retrieving newer data. Anyone else experiencing this issue?
... View more