Get Test Manager Test Execution History by Test Case ID
tm.get_testExecutionHistoryByTestCaseIdRetrieve the full execution history of a test case by its ID, including pass/fail status, environment details, and execution counts across all test runs.
Instructions
Retrieves the execution history of a LambdaTest Test Manager test case by its exact test case ID: every recorded run's status (passed/failed/skipped/etc.), the test run it belonged to, start/end time, framework, test type (automation/manual), browser/OS/device environment, and automation test ID, plus overall executed/planned execution counts. Use this to inspect how a test case has performed over time. AUTOMATION TEST ID / RCA: for automation/KaneAI executions, automation_test_id is the ID LambdaTest's other services key off - a Test URL is shown (constructed from the same https://automation.lambdatest.com/test?testID={id} pattern this API itself uses elsewhere, since this endpoint does not return a URL field directly) and the same ID can be passed to LambdaTest's AI root-cause-analysis endpoint (https://api.lambdatest.com/insights/api/v3/rca/{automation_test_id}) for a failure's root cause, steps to fix, and error timeline. planned_executions_count is NOT scoped to any single test run - it aggregates across every run/schedule that has ever referenced this test case - so a gap versus executed_executions_count does not indicate anything about a specific run's own instances. Read-only; does not modify anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_case_id | Yes |