Get test case result
Get the full result of one test case in a run
Authorizations
API key for authentication
Path Parameters
Test run or benchmark the case was run in
"a3b2c1d0-e5f4-3210-abcd-ef1234567890"
The test whose result to read, as test_uuid on the case
"b1c2d3e4-f5a6-7890-bcde-f12345678901"
Query Parameters
Which model's answer to read. Required for a benchmark, which runs every test once per model
"openai/gpt-4.1"
Response
Successful Response
ID of the test case within the run
Name of the test
ID of the test this case ran, which is what you pass to read the case on its own
"b1c2d3e4-f5a6-7890-bcde-f12345678901"
What the test asks of the agent, which decides how a reader draws the case
response, tool_call, conversation, general Whether the case passed
The judge's reasoning, or the tool-call diff for a tool-call test
The agent's output for this case
The test case definition that was run
Extra request fields sent to the agent for this case, the agent's default_inputs with this case's overrides applied
One verdict for each evaluator
How long the agent took to respond, in milliseconds
Cost of this case (USD)
Whether this case produced no answer because the agent or the judge could not be reached, in which case reasoning carries the error and passed is not a verdict on the agent
Whether this case never started, because a user stopped the run first. It is counted neither as passed nor as failed