Get Test Manager Test Cases by Folder ID
tm.get_testCasesByFolderIdRetrieve test cases directly assigned to a specific folder (excluding subfolders) in a TestMu project. Requires project ID and folder ID; supports pagination.
Instructions
Retrieves the test cases assigned DIRECTLY to a specific folder of a LambdaTest Test Manager project - it does not include test cases in that folder's subfolders. Each result has the test case's title, ID, description, priority, type, status, automation status, preconditions, estimated time, and tags. Requires both the project ID and the folder ID (use tm.get_foldersByProjectId first to find a folder's ID - it also shows each folder's direct vs. total test case count, so you can tell if subfolders hold more). Supports optional page, per_page, and sort parameters for folders with many test cases. Do not use this to fetch a single test case by its own ID, and do not expect it to include subfolder contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort | No | ||
| per_page | No | ||
| folder_id | Yes | ||
| project_id | Yes |