get_queries
Retrieve recent DNS queries from Pi-hole with optional pagination. Specify the number of queries (up to 100) and a cursor for next page.
Instructions
Get recent DNS queries.
length: number of queries to return (max 100). cursor: database ID for cursor-based pagination. Pass the cursor value from a previous response to get the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | ||
| cursor | No |