Skip to content
Start In Cloud

Get AI fetch overview

GET
/api/sites/{id}/ai-fetch/overview

Returns aggregate AI fetch metrics for a site including request counts, error rates, response time, assistant breakdowns, and resource type split.

id
required
string format: uuid
from
string format: date-time
to
string format: date-time
assistant_name
string

Optional AI assistant bot name filter.

assistant_family
string

Optional AI assistant family filter.

resource_type
string
Allowed values: html document image other

Optional AI fetch resource type filter.

AI fetch overview

object
error_rate_4xx
number
error_rate_5xx
number
median_response_ms
integer
resource_type_split
Array<object>
object
name
string
value
integer
top_assistants
Array<object>
object
name
string
value
integer
top_error_paths
Array<object>
object
name
string
value
integer
top_families
Array<object>
object
name
string
value
integer
top_paths
Array<object>
object
name
string
value
integer
total_bytes
integer
total_requests
integer
unique_assistants
integer
unique_paths
integer