list_test_collections
List manual test collections in a project with execution stats. Filter by status, release, folder, or archived to track sprint, release, or ad-hoc testing progress.
Instructions
List test collections (manual runs) in a project with execution stats. Collections organize manual test executions for sprints, releases, or ad-hoc testing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of collections to return | |
| offset | No | Pagination offset | |
| status | No | Filter by collection status | |
| folderId | No | Filter by folder UUID. Omit to list all collections. | |
| rootOnly | No | If true, only return collections not in any folder (root level) | |
| projectId | Yes | Project UUID to list collections from | |
| releaseId | No | Filter by release UUID | |
| includeDeleted | No | Include archived collections |