---
title: "Stream Run Logs"
method: GET
path: "/api/v1/runs/{run_id}/logs"
tags: ["runs"]
---

# Stream Run Logs

`GET /api/v1/runs/{run_id}/logs`

Stream live logs via SSE, or plain text with ?format=text.

## Path parameters

- `run_id` string, uuid, required — Run UUID

## Query parameters

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

## 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)
