Tool
Get workflow run logs
Get_workflow_run_logs is a powerful GitHub tool designed to download complete logs for a specific workflow run, providing comprehensive insight into your CI/CD processes.
Features
- Downloads all logs associated with a workflow run as a ZIP file for thorough review.
- Supports specifying repository owner, repository name, and unique workflow run ID for targeted log retrieval.
- Read-only access ensures no changes are made to your workflows during log extraction.
- Ideal for in-depth debugging by accessing full historical log data.
- Integrated with GitHub APIs for seamless and automated log management.
Benefits
- Enables developers to perform detailed post-run analysis of workflows.
- Helps quickly identify issues by accessing complete logs.
- Facilitates improved troubleshooting and faster resolution of CI/CD pipeline errors.
- Supports workflow audit and compliance by preserving extensive logs.
- Saves time by automating the download of large sets of logs in a single ZIP file.
Description
Download logs for a specific workflow run (EXPENSIVE: downloads ALL logs as ZIP. Consider using get_job_logs with failed_only=true for debugging failed jobs)
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| ownerrequired | string | Repository owner |
| reporequired | string | Repository name |
| run_idrequired | number | The unique identifier of the workflow run |