Tool
List workflow run artifacts
The "list_workflow_run_artifacts" tool from GitHub enables developers to efficiently retrieve and manage artifacts generated during specific workflow runs in a repository. It provides seamless access to workflow run data, enhancing automation and workflow management.
Features
- Quickly list all artifacts produced by a specified GitHub workflow run.
- Supports pagination with customizable page number and results per page for managing large datasets.
- Requires essential inputs such as repository owner, repository name, and unique workflow run ID to fetch accurate data.
- Read-only access ensures secure retrieval of workflow artifacts without modification risks.
- Integrates smoothly with GitHub's API to streamline workflow automation and monitoring.
Benefits
- Improves transparency and tracking of workflow run outputs, facilitating better project oversight.
- Enhances automation capabilities by allowing easy retrieval of build and test artifacts.
- Optimizes workflow debugging and auditing through access to detailed artifact data.
- Saves time by providing targeted artifact listings without manual repository browsing.
- Supports scalable data access through pagination controls, suitable for large projects and teams.
Description
List artifacts for a workflow run
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| ownerrequired | string | Repository owner |
| page | number | Page number for pagination (min 1) |
| perPage | number | Results per page for pagination (min 1, max 100) |
| reporequired | string | Repository name |
| run_idrequired | number | The unique identifier of the workflow run |