Skip to main content
GET
/
api
/
v1
/
reliability
/
phase10
/
benchmark-policy
Phase10 Benchmark Policy
curl --request GET \
  --url https://api.tracelm.ai/api/v1/reliability/phase10/benchmark-policy
Returns the active threshold policy for Phase 10 release certification.

Auth

  • Authorization: Bearer <jwt>

Response

{
  "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
  }
}