---
title: "Stream Browser Route Run Events"
method: GET
path: "/routes/{run_id}/events"
tags: ["routes"]
---

# Stream Browser Route Run Events

`GET /routes/{run_id}/events`

Reconnect/replay a route run as SSE: durable snapshot + live tail.

Resumes after ``Last-Event-ID`` (the Cheshire seq the browser last saw): a
finished run returns its persisted events and closes; a live run replays
what's persisted then tails Cheshire's buffer. Read-only and rate-limited on
the loose ``safe`` scope so mobile resume is never blocked.

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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