Agent Analytics timeseries
Returns paginated AI agent / bot and referred human traffic timeseries. Use this endpoint for operational analytics, agent traffic dashboards, and data warehouse syncs.
Response rows include only the requested metrics and dimensions.
Authorizations
Siteline public API key. Create one under Team settings > Public API Key.
Path Parameters
Product ID returned by GET /v1/products.
42
Query Parameters
Inclusive start timestamp in RFC3339 format.
"2026-05-01T00:00:00Z"
Inclusive end timestamp in RFC3339 format.
"2026-05-31T23:59:59Z"
Filter analytics to one website ID returned by GET /v1/products/{productId}/websites. If omitted, all active websites for the product are included.
"site_123"
Time bucket size. Defaults to day.
day, week Metrics to include in each row. Defaults to bot_visits.
bot_visits, human_visits, referred_human_visits, ai_referred_human_visits, unique_human_visitors, unique_pages, unique_human_pages, unique_human_platforms, bot_user_agents Dimensions to group rows by.
platform, botType, urlPath, normalizedUrlPath, urlPathDirectory Filter by agent platform, such as openai.
Filter by bot type, such as chatgpt-user.
Filter by normalized URL path.
Page number. Defaults to 1.
x >= 1Rows per page. Defaults to 20.
x >= 1Return top-N rows per time bucket, ordered by the first requested metric.
x >= 1