---
title: "Attach Run Events"
method: GET
path: "/api/v1/runs/{id}/attach"
tags: ["Run Internals"]
---

# Attach Run Events

`GET /api/v1/runs/{id}/attach`

Opens an ordered server-sent event stream starting at `since_seq`, replaying persisted events and continuing with live updates while the run remains active.

## Path parameters

- `id` string, required

## Query parameters

- `since_seq` integer

## Response `200`

Server-sent event stream

## Other responses

- `404` — Run not found

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/versions/bee030053823/schema)
