github_actions_list_workflow_run_artifacts
List all artifacts generated by a specific GitHub Actions workflow run, supporting pagination and filtering by name.
Instructions
List workflow run artifacts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| run_id | Yes | run_id | |
| per_page | No | The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." | |
| page | No | The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." | |
| name | No | The name field of an artifact. When specified, only artifacts with this name will be returned. | |
| direction | No | The direction to sort the results by. |