<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z000070QfUeCAKOkta Classic EngineUnanswered2021-06-08T12:32:08.000Z2021-06-08T12:32:08.000Z
API getting okta system logs sometimes updates are missing

Hi,

 

I am polling the Okta API with the parameters until, since, after, limit being set however sometimes one or more of the updates goes missing. This happens when I am requesting the system logs a few seconds (~30 seconds) after an update has happened in Okta. The system logs response from the API do not get filled up in the order of when those events happened but instead i get a random update in the middle of the timeframe that's missing. Is this a bug in your API because I am expecting the system logs to fill up in the order they were actioned.

If, i rerun the same request again a few minutes later the missing update appears. I would expecting the last one actioned to be missing rather then one at the start. Can anyone please explain why?

 

Example:

Add group A to User 1 at 10:00

Add group A to User 2 at 10:01

Add group A to User 3 at 10:02

Add group A to User 4 at 10:03

 

You request the system logs from 10:00 to 10:04

 

OKTA api returns:

Add group A to User 1 at 10:00

Add group A to User 3 at 10:02

Add group A to User 4 at 10:03

 

 


This question is closed.
Loading
API getting okta system logs sometimes updates are missing