list_workflow_runs
Retrieve and filter workflow runs for a GitHub repository by branch, status, event, or user, enabling efficient monitoring and management of CI/CD pipelines.
Instructions
List all workflow runs for a repository or a specific workflow
Input Schema
Name | Required | Description | Default |
---|---|---|---|
actor | No | Returns someone's workflow runs. Use the login for the user | |
branch | No | Returns workflow runs associated with a branch | |
checkSuiteId | No | Returns workflow runs with the check_suite_id | |
created | No | Returns workflow runs created within date range (YYYY-MM-DD) | |
event | No | Returns workflow runs triggered by the event | |
excludePullRequests | No | If true, pull requests are omitted from the response | |
owner | Yes | Repository owner (username or organization) | |
page | No | Page number for pagination | |
perPage | No | Results per page (max 100) | |
repo | Yes | Repository name | |
status | No | Returns workflow runs with the check run status | |
workflowId | No | The ID of the workflow or filename |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from GitHub Actions MCP Server
Related Tools
- @containerelic/github-enterprise-mcp
- @ko1ynnky/github-actions-mcp-server
- @ko1ynnky/github-actions-mcp-server
- @containerelic/github-enterprise-mcp
- @ko1ynnky/github-actions-mcp-server