I’m using search api to get the details for identities which have been created so far, but as data fields are more than 10K and I’ve provided query like { "indices": ["identities"], "query": {"query": "created: [2010-05-19T19:26:03.351Z TO now]"}, "sort":["id"], "searchAfter":["0097438a18874e327618a4c8fb20625e"] }
I have some confusions for fetching the data
what if my script get stuck and gets resumed after some hours so will above query take now as updated time or now will be same as time we fired this query?
Is there any limit we to fetch old data? Like some APIs have 90 days lookback period, does sailpoint has that limitation?
If I use events indices in search api will it provide data related to identity account creation/deletion as well? Or do we need to use identities indices only to get that data?
How can we use time range to get the data for specific time frame, while keep using searchAfter
HI @baoussounda , thanks for the reply, I got your point. Also do you have insights about this?
what if my script get stuck and gets resumed after some hours so will above query take now as updated time or now will be same as time we fired this query?