list_manual_runs
Browse manual test runs for a project with filters: status, state, environment, release, tags, or name. Get active or closed runs.
Instructions
Browse manual test runs for a project. Filter by status (active|closed), state (new|in_progress|on_hold|done), environment, release (releaseId), tags (csv or single), or free-text search on name. Pass releaseId='none' to list runs not attached to any release. Default page size 25 (max 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| tags | No | Single tag or comma-separated. | |
| limit | No | Default 25 (max 200). | |
| state | No | Workflow state. Either canonical ('in_progress', 'on_hold', 'done') or display ('In Progress', 'On Hold') form — the server normalizes lowercase+underscored. | |
| search | No | Match by run name. | |
| sortBy | No | ||
| status | No | ||
| isClosed | No | ||
| projectId | Yes | Project ID (required). | |
| releaseId | No | Filter to runs in this release. 'none' = unlinked. | |
| sortOrder | No | ||
| environment | No |