List requirements
qtest_list_requirementsList requirements in a qTest project, narrowing by parent module or filtering by name substring to locate relevant items.
Instructions
List requirements in a project, optionally scoped to a parent module. Supports client-side filtering by name substring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Filter requirements whose name contains this text. | |
| maxItems | No | Maximum number to return (default 200). | |
| parentId | No | Parent module ID to scope to. Omit for all requirements. | |
| projectId | Yes | Numeric project ID. |