"query_devices_by_filter_scroll" method #811
Unanswered
halloffame0793
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hi @halloffame0793 - My understanding is this expiration is referring to the offset pointer, and not the specific recordset batch. Thank you for the question! 😄 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All, I am currently using the "query_devices_by_filter_scroll" method to pull in a very large amount of hosts. In the API and falconPy docs I am seeing that this method mainly functions off a large alphanumeric offset pointer which expires after 2 minutes.
What is unclear to me is what is actually expiring. While using this method I am seeing the same offset pointer being used but in the json response I can see that the "expires_at" epoch time value continuing to be updated per batch of machines that is being returned. I have also observed my query continues to return batches of machines for much longer than 2 minutes.
With that being said - I would like some clarity on if the offset pointer is supposed to expire after 2 minutes or is there a 2 minute time limit per batch or machines. Any assistance would be appreciated . Thanks
Beta Was this translation helpful? Give feedback.
All reactions