Get AI fetch overview
GET /api/sites/{id}/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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Query Parameters
Section titled “Query Parameters ” 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
Optional AI fetch resource type filter.
Responses
Section titled “ Responses ”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