For linkedin APIs for learning activity reports , what's the expected delay for data to reflect
I am using LinkedIn learning activity report API. I am pasting my API request below
API: https://api.linkedin.com/v2/learningActivityReports?aggregationCriteria.primary=INDIVIDUAL&aggregationCriteria.secondary=CONTENT&q=criteria&start=0&count=100&contentSource=EXTERNAL&assetType=COURSE&startedAt=1708367375000&timeOffset.duration=1&timeOffset.unit=DAY
This API is scheduled to take data starting from Mon Feb 19 2024 23:59:35 GMT+0530 (India Standard Time)
and grab day for next 24 hours (1 Day).
So when i try to fetch the data on February 21st at 12:10 AM, i am not getting any response from the API. When i hit this same API next day (February 22nd, 10 AM), it gave me user activity data.
So I wanted to know how much is the delay expected in fetching the user activity through this API ?