---
title: "Download Run Output"
method: GET
path: "/api/v1/runs/{run_id}/outputs/{path}"
tags: ["runs"]
---

# Download Run Output

`GET /api/v1/runs/{run_id}/outputs/{path}`

Download an output file, or display inline with ?format=text.

## Path parameters

- `path` string, required — File path relative to work directory
- `run_id` string, uuid, required — Run UUID

## Query parameters

- `format` 'text', nullable — 'text' for inline plain text

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pypsa/apis/pypsa-app.md) · [All operations](https://skmtc.dev/pypsa/apis/pypsa-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pypsa/pypsa-app/revisions/a9fc864817c3/schema)
