get_sections
Fetch test sections from a TestRail project or suite to see test case folders. Use pagination and suite_id to handle large or multi-suite projects.
Instructions
List sections in a project/suite
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items (max 250, default 250) | |
| offset | No | Offset for pagination (default 0) | |
| suite_id | No | Suite ID (required for multi-suite projects) | |
| project_id | Yes | Project ID |