---
title: "Downloads the job logs for a workflow run"
method: GET
path: "/repos/{owner}/{repo}/actions/jobs/{job_id}/logs"
tags: ["repository"]
---

# Downloads the job logs for a workflow run

`GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs`

## Path parameters

- `owner` string, required
- `repo` string, required
- `job_id` integer, required

## Response `200`

output blob content

## Other responses

- `400` — APIError is error format response
- `404` — APINotFound is a not found empty response

---

[API](https://skmtc.net/gitea/apis/gitea-api.md) · [All operations](https://skmtc.net/gitea/apis/gitea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitea/gitea-api/revisions/350de506cefa/schema)
