Get Test Manager Test Cases by Project ID
tm.get_testCasesByProjectIdRetrieve all test cases from a TestMu project, including title, ID, priority, status, and steps. Supports pagination and sorting for large projects.
Instructions
Retrieves every test case across an entire LambdaTest Test Manager project, regardless of which folder it's in: each test case's title, ID, folder ID, description, priority, type, status, automation status, estimated time, BDD scenarios, test steps, and tags. Use this for a project-wide view; use tm.get_foldersByProjectId + tm.get_testCasesByFolderId instead if you only need the test cases inside one specific folder. Supports optional page, per_page, and sort parameters for projects with many test cases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort | No | ||
| per_page | No | ||
| project_id | Yes |