Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!
This is the documentation of the next version, still under development. See the latest release.

Download workflow run logs as archive

GET
/repos/{owner}/{repo}/actions/runs/{run}/logs
curl --request GET \
--url https://gitea.com/api/v1/repos/example/example/actions/runs/1/logs \
--header 'Authorization: Basic <credentials>'
owner
required
string

Owner of the repo

repo
required
string

Name of the repository

run
required
integer

Run ID

Logs archive

APINotFound is a not found empty response