---
title: "Attach to session events"
method: GET
path: "/api/v1/sessions/{id}/attach"
tags: ["Sessions"]
---

# Attach to session events

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

Replays and streams this session's durable `run.session.*` events from the owning run event log. The stream remains open until the client disconnects or the server shuts down.

## Query parameters

- `since_seq` integer

## Response `200`

Streamed session-scoped run events

## Other responses

- `404` — Session 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)
