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

# Phase10 Benchmark Policy

> Read release-gate benchmark thresholds used by competitive certification

Returns the active threshold policy for Phase 10 release certification.

## Auth

* `Authorization: Bearer <jwt>`

## Response

```json theme={null}
{
  "thresholds": {
    "min_ingest_success_rate_pct": 99.9,
    "max_dedupe_mismatch_rate_pct": 0.1,
    "max_query_p95_ms": 800,
    "max_query_p99_ms": 1500
  }
}
```
