Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

analytics_timeseries

Request example
{ "method": "tools/call", "params": { "name": "analytics_timeseries", "arguments": { "project": [ "string" ], "org": "string", "service": "string", "since": "string", "domain": "string" } } }
analytics_timeseriesTOOL
Daily unique visitors and pageviews.
Reads otel_analytics_pages grouped by Date. Use this for growth charts without writing SQL. --since 30d is the usual window.
Parameters
project?string[]
Project slug override (repeatable, defaults to folder setup)
org?string
Organization override (defaults to folder setup)
service?string
Filter by service name
since?string
Time range, e.g. 1h, 24h, 7d (default: 7d)
domain?string
Filter by domain