> ## Documentation Index
> Fetch the complete documentation index at: https://docs.boobie.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Performance Analytics

> Retrieve performance metrics for your API integration.

## GET /v1/analytics/performance

### Response

```json theme={null}
{
  "avg_response_time_ms": 187,
  "p99_response_time_ms": 420,
  "uptime_percentage": 99.97,
  "error_rate_percentage": 0.03
}
```
