Reports
Bot Traffic Reports
Get Bots Report V1
Get bot traffic report from the daily aggregated materialized view.
This endpoint queries pre-aggregated daily bot data, making it efficient for large date ranges and high-traffic sites.
Metrics:
- count: unique bot visits
- citations: unique citation events
- indexing: unique indexing events
- training: unique training events
- last_visit: most recent visit timestamp
post/v1/reports/bots
Request body
Example request
{
"order_by": {
"date": "asc"
}
}Response
Successful Response