Get TestRail Sections
get_sectionsRetrieve test sections for a specific project and suite with pagination controls to organize and access TestRail test management data efficiently.
Instructions
Get a list of sections for a project and test suite with optional pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | TestRail project ID | |
| suite_id | No | TestRail suite ID (optional if project is in single suite mode) | |
| limit | No | The number of sections to return (max 250, default 250) | |
| offset | No | Where to start counting the sections from (pagination offset) |