Analyze bot traffic for a domain using Cloudflare bot detection scores. Returns request counts grouped by bot score ranges and a time-series chart.
channelId
string (UUID)
Yes
The Edge Lake channel ID. Must be a channel with providerId: "edgeLake". Get this from the domains tool.
providerId: "edgeLake"
domains
teamId
The team ID the domain belongs to.
startDateTime
string
Start date/time in ISO 8601 format, e.g., 2024-01-01T00:00:00.000Z.
2024-01-01T00:00:00.000Z
endDateTime
End date/time in ISO 8601 format, e.g., 2024-01-31T23:59:59.999Z.
2024-01-31T23:59:59.999Z
granularity
enum
No
Time granularity: DAY, HOUR, or MINUTE. Defaults to DAY.
DAY
HOUR
MINUTE
timezone
IANA timezone, e.g., America/New_York.
America/New_York
Cloudflare assigns each request a bot score from 0 to 100:
0-10
Almost certainly a bot
11-30
Likely a bot
31-50
Uncertain
51-80
Likely human
81-100
Almost certainly human
Returns:
overview - Request counts grouped by bot score ranges
chart - Time-series of bot score distribution
"How much bot traffic are we getting?"
The AI assistant will call edgeLakeBotScore and display the distribution of bot vs. human traffic.
edgeLakeBotScore
Last updated 7 hours ago
Was this helpful?