list-workflow-runs
Query and filter GitHub Enterprise workflow runs by repository, branch, status, and pagination to monitor and manage GitHub Actions executions effectively.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch | No | Filter by branch name | |
owner | Yes | Repository owner | |
page | No | Page number | |
perPage | No | Items per page | |
repo | Yes | Repository name | |
status | No | Filter by run status | |
workflow_id | No | Workflow ID or file name |