Get Test Manager Folders by Project ID
tm.get_foldersByProjectIdRetrieve all folders in a Test Manager project by its ID, including names, IDs, descriptions, parent folders, timestamps, and test case counts. Use to inspect project organization and locate folder IDs for adding test cases.
Instructions
Retrieves every folder in a LambdaTest Test Manager project, given the project's ID: each folder's name, ID, description, parent folder, created/updated timestamps, and test case counts (both direct and including subfolders). Use this to see how a project's test cases are organized, to find a folder's ID before adding test cases to it, or to spot folders whose direct and total test case counts differ (meaning subfolders hold more test cases than tm.get_testCasesByFolderId alone would show for that folder). Do not use this to fetch a single folder's details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |