GitHub Enterprise MCP Server

by containerelic
Verified

list-workflow-runs

Retrieve workflow runs from a GitHub Enterprise repository, filtering by branch, status, or workflow ID to monitor and manage CI/CD processes effectively.

Input Schema

NameRequiredDescriptionDefault
branchNoFilter by branch name
ownerYesRepository owner
pageNoPage number
perPageNoItems per page
repoYesRepository name
statusNoFilter by run status
workflow_idNoWorkflow ID or file name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "branch": { "description": "Filter by branch name", "type": "string" }, "owner": { "description": "Repository owner", "minLength": 1, "type": "string" }, "page": { "description": "Page number", "exclusiveMinimum": 0, "type": "integer" }, "perPage": { "description": "Items per page", "exclusiveMinimum": 0, "type": "integer" }, "repo": { "description": "Repository name", "minLength": 1, "type": "string" }, "status": { "description": "Filter by run status", "enum": [ "completed", "action_required", "cancelled", "failure", "neutral", "skipped", "stale", "success", "timed_out", "in_progress", "queued", "requested", "waiting" ], "type": "string" }, "workflow_id": { "description": "Workflow ID or file name", "type": [ "string", "number" ] } }, "required": [ "owner", "repo" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Enterprise MCP Server

Related Tools

ID: 27uwbz7hqw