
1fj3q (1fj3q) asked a question.
Have anyone leveraged Okta Workflow to pull data from Syslog? We have been trying by using "filter", "since" and "until" parameters with the url as defined in the documentation. Although it pulls the data but the headers doesn't return the "next" page link. If we run the same query in Postman, we can see the next page link.
1) /api/v1/logs?q=&sortOrder=DESCENDING&until=2021-06-11T23%3A59%3A59%2B00%3A00&since=2021-06-01T00%3A00%3A00%2B00%3A00
2) /api/v1/logs?since=2021-06-01T00%3A00%3A00%2B00%3A00
3) /api/v1/logs?filter=eventType eq "user.authentication.sso"

Hello Sandeep,
You could explore the option to use a recursive filter. Schedule the flow to run every 30 minutes for example to run the querry. See an example attached and I would recommend opening a support ticket so we can continue assisting you on this matter.
Thank You,
Marian Ungureanu
Technical Support Engineer
Okta Global Customer Care
Thanks Marian for the response!
Unfortunately the queries we want to run may exceed 200 records at times as such we can't lock it by interval. I have opened the case for the same though.