Back to GitHub
Connect Knoon AI with GitHub to automate AI workflows.
List GitHub Actions workflow runs for a repository or specific workflow.
githubDefaultListWorkflowRuns
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| repository | file | GitHub repository in owner/repo format. | Yes |
| workflowId | mustache | Optional workflow id or file name. If omitted, lists all runs. | No |
| actor | mustache | Optional actor login filter. | No |
| branch | mustache | Optional branch filter. | No |
| event | string | Optional event filter, e.g. push, pull_request. | No |
| status | string | Optional status filter, e.g. queued, in_progress, completed, success. | No |
| perPage | mustache | Optional page size (1-100, default 30). | No |
| page | mustache | Optional page number (default 1). | No |
Returns
| Name | Type | Description |
|---|---|---|
| result | object | Workflow run summaries. |