gh_get_run
Retrieve details of a GitHub Actions workflow run by specifying owner, repository, and run ID. Get status, conclusion, and other key metadata to investigate CI/CD results.
Instructions
Get details of a specific GitHub Actions workflow run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| name | No | ||
| path | No | ||
| event | No | ||
| status | No | ||
| headSha | No | ||
| createdAt | No | ||
| startedAt | No | ||
| updatedAt | No | ||
| conclusion | No | ||
| databaseId | Yes | ||
| headBranch | No | ||
| displayTitle | No | ||
| workflowName | No |