---
title: "Stream run execution events"
method: GET
path: "/v1/runs/{id}/stream"
tags: ["runs"]
---

# Stream run execution events

`GET /v1/runs/{id}/stream`

SSE endpoint for real-time run status updates. Clients MUST subscribe BEFORE triggering the run to avoid missing the initial run_started event. Use pre-subscription with client-provided runId.

## Path parameters

- `id` string, required

## Response `200`

SSE stream with run events

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/revisions/5a750a5a9596/schema)
