Get all logs with filters
"count"Domain to query logs for.
Start date for logs. Accepts: YYYY-MM-DD, YYYY-MM-DD HH:MM, YYYY-MM-DD HH:MM:SS, or full ISO timestamp.
Date interval for the report. (only used with date dimension)
day, week, month, year Dimensions to group the report by.
timestamp, method, host, path, status_code, ip, user_agent, referer, bytes_sent, duration_ms, query_params Custom ordering of the report results.
The order is a record of key-value pairs where:
When not specified, the default order is the first metric in the query descending.
{ "date": "asc" }Pagination settings for the report results.
End date for logs. Accepts same formats as start_date. Defaults to now if omitted.
Filters to apply to the logs query.
Filter by HTTP method
Successful Response
DB Model for a log visit.