v1
latestOpenAPI 3.1.02026-07-22152755.8 KBtest_framework
Retrieve a test result
success indicates whether the run passed its quality evaluation. A run with success=false either failed to connect (check error_message) or failed an evaluation check (check evaluation). success_rate is the percentage of runs with success=true.
The runs field is a dict keyed by run ID string (e.g. {"86368": {...}, "86367": {...}}), not an array — unlike the list endpoint. Each run also has a call_id STRING field (the provider's call identifier) — that is a data field, NOT an endpoint ID; do not pass it where run_id is expected.
get/test_framework/v2/results/{id}/
Path parameters
idinteger required
A unique integer value identifying this result.