Get Test Manager Test Run Folders by Project ID
tm.get_testRunFoldersByProjectIdRetrieves the folder hierarchy for organizing test runs in a project, including each folder's name, ID, description, parent folder, and test run counts. Use with tm.get_testRunsByProjectId to list actual test runs in a folder.
Instructions
Retrieves the folder/subfolder hierarchy used to organize TEST RUNS in a LambdaTest Test Manager project: each folder's name, ID, description, parent folder, timestamps, and test run counts (direct and including subfolders). This is a SEPARATE folder tree from test case folders (tm.get_foldersByProjectId) - the two do not share folder IDs. This tool only returns the folder structure and counts, not the runs themselves - use tm.get_testRunsByProjectId with its folder_id filter, passing a folder ID from here, to list the actual test runs inside a given folder. Read-only; does not modify anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |