Reports
Bot Traffic Reports
Get Bots Report V2
Get bot traffic report from the hourly aggregated materialized view (UTC-based).
Supports date_interval="hour", calendar intervals through "year", "quarter", and "relative_week".
Metrics:
- count: unique bot visits
- citations: unique citation events (ai_assistant bot type)
- indexing: unique indexing events (index bot type)
- training: unique training events (ai_training bot type)
- last_visit: most recent visit timestamp
Dimensions:
- date, path, bot_name, bot_provider, bot_type
post/v2/reports/bots
Request body
Example request
{
"order_by": {
"date": "asc"
}
}Response
Successful Response