Get run test case
Fetches a single run test case (one test’s execution within a run) by its short ID — the <shortId> in a /results/test/<shortId> URL. Returns the goal and success criteria, the evaluator’s reasoning, the result and error classification, durations, and a deep link plus best-effort media URLs. Use get_run_test_case_trace for the step-by-step action trace and get_test_case_history for the pass/fail trend.
Path Parameters
Query Parameters
Response
The request has succeeded.
Detailed view of a single run test case (one test's execution within a run), for root-cause investigation. Resolve the <shortId> from a /results/test/<shortId> URL.
Run lifecycle status: INITIATED, RUNNING, COMPLETED, ERROR, or CANCELLED.
Outcome once complete: PASSED, FAILED, or SKIPPED. null while still running.
Short human-readable summary of the result.
The evaluator's reasoning for the pass/fail verdict.
Error classification when the test did not cleanly pass/fail, e.g. TEST_FAILED (real product failure) vs an AGENT_/PLATFORM_ execution miss. null for a clean pass.
POSITIVE (expected to succeed) or NEGATIVE (expected to fail).
The test's goal / instructions.
The success criteria / examples the evaluator checks against.
Short ID of the run this test case belongs to. Use with get_run.
Stable project test case ID. Use with get_test_case_history to see the pass/fail trend.
Wall-clock duration in milliseconds, when both timestamps are present.
Deep link to the recording and trace in the QA.tech UI. Always works; the media URLs below may be time-limited.
Best-effort link to the final screenshot. May be a time-limited URL; use url for a durable view.
Best-effort link to the session video recording, if captured. May be a time-limited URL; use url for a durable view.