-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Labels
bug 🐛Something isn't workingSomething isn't working
Description
Describe the bug
GetSearchStatusV1 doesn't support pagination
To Reproduce
Try to use pagination. There's none.
Expected behavior
Either you:
- implement
paginationLimit+paginationOffsetlike in the web UI (they're not even used there lolol), or - implement the web UI behavior of re-launching the query with shorter time frames picked from the last event
@timestamp( happens when you scroll to force content to load in your browser )
This would
Environment (please complete the following information):
- OS: Debian
- Python: 3.13.5
- FalconPy: 1.5.3
Additional context
I need to dump host telemetry for a handful of hosts for retention reasons ( involved in IR + legal stuff ) and scrolling in my browser is not an option. Also my previous code that reduces time windows in the mimicked webui client is, uh, barely functional so if there was an official way to enumerate pages of content that would be great 💖
Thanks !
Metadata
Metadata
Assignees
Labels
bug 🐛Something isn't workingSomething isn't working