WEBAPI getAllQueries for time period

The issue I am facing:
Is it possible to to access a particular time period within the logs using the web API? for example current time -30 minutes.
I've seen it is possible to do this using the telnet API, but I can't get it working over the web API
Details about my system:
Versions installed are,
Pi-hole version is v5.3.1 (Latest: v5.3.1)
AdminLTE version is v5.5 (Latest: v5.5)
FTL version is v5.8.1 (Latest: v5.8.1)

What I have changed since installing Pi-hole:

This is available in the long term database section, but not by the relative time you are seeking.

Hi,
Thanks for getting back to me.
I found how to get the log entries I needed in another discussion.
Appending &from....&until to the api query,
"api.php?getAllQueries&from=1621098718&until=1621099204&auth=xxx"

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.