hatching / triage

Hatching Triage public command-line utility and API library.
BSD 3-Clause "New" or "Revised" License
65 stars 22 forks source link

[Enhancement] Get (public) samples in timerange #2

Closed JScharloo closed 2 years ago

JScharloo commented 3 years ago

To avoid querying your API too much, I would like to retrieve public and possibly private samples by specifying a timerange.

Currently I can select a maximum number. Ideally I would like to retrieve all samples (and then reports) from the last X time (e.g. last 24 hours).

JScharloo commented 3 years ago

Also, a filter would be handy. Specifically for the status. (Running, Reported, etc)

sisoma2 commented 3 years ago

I agree with the request! I would like the smae for the search API endpoint

jbremer commented 3 years ago

Thanks for the request above! This has been implemented since a few weeks BTW. E.g., https://tria.ge/s?q=family%3Adridex+from%3A2021-04-10+to%3A2021-04-12 :-) Let me know if there are additional requests or if this ticket can be closed.