list_workflow_runs
Retrieve and filter workflow runs for a GitHub repository by owner, repo, workflow ID, actor, branch, event, status, or creation date. Supports pagination and excluding PR-triggered runs.
Instructions
List all workflow runs for a repository or specific workflow
Input Schema
Name | Required | Description | Default |
---|---|---|---|
actor | No | Filter by user who triggered the workflow | |
branch | No | Filter by branch | |
checkSuiteId | No | Filter by check suite ID | |
created | No | Filter by creation date (YYYY-MM-DD) | |
event | No | Filter by event type | |
excludePullRequests | No | Exclude PR-triggered runs | |
owner | Yes | Repository owner | |
page | No | Page number for pagination | |
perPage | No | Results per page (max 100) | |
repo | Yes | Repository name | |
status | No | Filter by status | |
workflowId | No | The ID of the workflow or filename |