List workflow run artifacts
gh_list_run_artifactsRetrieve a bounded page of artifact metadata for a GitHub Actions workflow run. Optionally filter by exact artifact name; read-only, no downloads or modifications.
Instructions
Read-only: return one bounded page of immutable GitHub Actions artifact metadata for an exact workflow run. Optional name filtering is exact; archives are never downloaded and GitHub is never modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Exact artifact name; GitHub must return only literal matches. | |
| page | No | One-based artifact page. | |
| repo | Yes | Canonical GitHub repository name without path separators. | |
| owner | Yes | Canonical GitHub repository owner. | |
| run_id | Yes | Exact workflow run identifier. | |
| per_page | No | Artifacts per page, capped by server policy. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| run_id | Yes | ||
| attempt | Yes | ||
| warning | No | ||
| has_more | Yes | ||
| head_sha | Yes | ||
| per_page | Yes | ||
| artifacts | Yes | ||
| truncated | Yes | ||
| total_count | Yes |