Racy /api/v2/logs vs /api/v2/users/{}/logs

Hi, it seems /api/v2/logs?from=.. API is racy, it doesn’t return all entries since the checkpoint in case the latest events are recent. This is even moreso confusing because /api/v2/users/{}/logs does seem to return up-to-date logs. Is this problem specific to the ?from=.. API? How can we make sure that the logs returned are up to date?