get_test_case
Retrieve a test case by its internal ID or key. Optionally fetch details for a specific version.
Instructions
GET /testcases/{id}; on failure resolves by key via search. Optional versionNo returns version details instead of slim record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | QMetry project ID (default: none) | |
| testCaseId | Yes | Internal id or key | |
| versionNo | No | If set, fetch that version details |