list_cycle_folders
List folders in a test cycle, returning names, descriptions, and execution summaries given cycle, project, and version.
Instructions
List the folders within a cycle.
project/version accept keys/names or ids (prefer ids when you have
them, to skip a lookup; -1 = Unscheduled). Returns a list of folders,
each with ID, folderName, folderDescription, and execution summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle_id | Yes | ||
| project | Yes | ||
| version | Yes | ||
| limit | No | ||
| offset | No |