Get Test Manager Test Case by ID
tm.get_testCaseByIdRetrieve complete details and current snapshot_id of a test case by ID, a required step before updating it.
Instructions
Retrieves the full details of a single LambdaTest Test Manager test case by its exact test case ID: title, description, priority, status, preconditions, tags, attachments (both the test case's own and each step's own, shown with their file_key for reuse with tm.update_testCase), test steps, BDD scenarios, dynamic fields, Jira links, folder path, and its current snapshot_id. Use this when the test case ID is already known, to inspect its full content, or as a required first step before updating it with tm.update_testCase - that endpoint requires the snapshot_id returned here, fetched fresh (not cached) immediately before the update. Do not use this to search or list test cases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_case_id | Yes |