---
title: "Stream run output (SSE)"
method: GET
path: "/api/runs/{runId}/stream"
tags: ["Runs"]
---

# Stream run output (SSE)

`GET /api/runs/{runId}/stream`

Stream live console output from a running job execution using Server-Sent Events. The stream includes heartbeat events and closes when the run completes.

## Response `200`

SSE event stream

## Other responses

- `401` — Authentication required or token invalid
- `404` — Resource not found

---

[API](https://skmtc.dev/supercheck-io/apis/supercheck-api.md) · [All operations](https://skmtc.dev/supercheck-io/apis/supercheck-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supercheck-io/supercheck-api/revisions/81782deccf0e/schema)
