get_folder
Retrieve a folder by its UUID, showing path, case count, and optional recent cases or detailed statistics. Provide the folder ID and choose whether to include stats or case lists with a configurable limit.
Instructions
Get a single folder with details including path, case count, and optionally statistics and recent cases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | Yes | Folder UUID to get. Obtain from list_folders. | |
| casesLimit | No | Maximum number of cases to include (when includeCases=true) | |
| includeCases | No | Include list of recent test cases in folder | |
| includeStats | No | Include detailed statistics (automation rate, status/priority breakdown) |