GitHub Actions · Capability
GitHub Actions API — Artifacts
GitHub Actions API — Artifacts. 5 operations. Lead operation: Github Actions List Artifacts for a Repository. Self-contained Naftiko capability covering one Github Actions business surface.
What You Can Do
GET
Listartifactsforrepo
— Github Actions List Artifacts for a Repository
/v1/repos/{owner}/{repo}/actions/artifacts
GET
Getartifact
— Github Actions Get an Artifact
/v1/repos/{owner}/{repo}/actions/artifacts/{artifact-id}
DELETE
Deleteartifact
— Github Actions Delete an Artifact
/v1/repos/{owner}/{repo}/actions/artifacts/{artifact-id}
GET
Downloadartifact
— Github Actions Download an Artifact
/v1/repos/{owner}/{repo}/actions/artifacts/{artifact-id}/{archive-format}
GET
Listworkflowrunartifacts
— Github Actions List Workflow Run Artifacts
/v1/repos/{owner}/{repo}/actions/runs/{run-id}/artifacts
MCP Tools
github-actions-list-artifacts-repository
Github Actions List Artifacts for a Repository
read-only
idempotent
github-actions-get-artifact
Github Actions Get an Artifact
read-only
idempotent
github-actions-delete-artifact
Github Actions Delete an Artifact
idempotent
github-actions-download-artifact
Github Actions Download an Artifact
read-only
idempotent
github-actions-list-workflow-run
Github Actions List Workflow Run Artifacts
read-only
idempotent