list_runs
List workflow runs with filters for status, branch, workflow, actor, or pull request number to find specific runs.
Instructions
List workflow runs with filtering. Filter by status (success/failure/cancelled/skipped/in_progress), branch, workflow name, actor, or PR number. Example: list_runs(status="failure") to find failed runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | No | Filter by actor (GitHub username who triggered the run) | |
| limit | No | Maximum number of runs to return | |
| branch | No | Filter by branch name | |
| status | No | Filter by run status: success, failure, cancelled, skipped, or in_progress | |
| end_date | No | End date (YYYY-MM-DD) | |
| pr_number | No | Filter by pull request number | |
| start_date | No | Start date (YYYY-MM-DD) | |
| workflow_name | No | Filter by workflow name |