Performance Testing›
Performance Testing
Get Performance Test Summary
Return Tier 1 metrics bucketed by concurrency.
For terminal runs the result is served from a cached summary;
pass `refresh=true` to recompute from the underlying call
records.
GET
/api/performance-tests/{run_id}/summary
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
run_idstringrequired
Query Parameters
refreshboolean
Force a rebuild even if a cached summary exists.
Response
application/jsonSuccessful Response
run_idstringrequired
statusstringrequired
Lifecycle states for a `PerformanceTestRun` row.
profilestringrequired
Pacing pattern the orchestrator applies to the call list.
total_callsintegerrequired
completed_callsintegerrequired
failed_callsintegerrequired
in_flight_callsintegerrequired
has_stuck_callsboolean
max_concurrency_reachedintegerrequired
duration_secondsnumber
calls_per_minutenumber
bandsobject[]
latency_degradation_rationumber
turn_latency_supportedboolean
agent_response_latency_supportedboolean
breaking_pointobject
recommendationsarray
started_atstring
completed_atstring