---
title: "Stream v2 run events"
method: GET
path: "/agent/v2/run/{id}/events"
tags: ["Agents"]
---

# Stream v2 run events

`GET /agent/v2/run/{id}/events`

Streams real-time v2 run events over SSE with replay support.

## Path parameters

- `id` string, required

## Query parameters

- `lastEventId` integer

## Response `200`

SSE stream

## Other responses

- `400` — Missing run ID
- `401` — Invalid API key
- `403` — No agent access
- `404` — Run not found

## Changes

- **2026-03-27** `220d723a75ba` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/casemark/apis/case-dev-api/changes/agent/v2/run/:id/events/get.md)

---

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