---
title: "Stream an agent session's events"
method: GET
path: "/v2/eve/v1/session/{sessionId}/stream"
tags: ["Agent"]
---

# Stream an agent session's events

`GET /v2/eve/v1/session/{sessionId}/stream`

Durable, replayable eve session event stream (newline-delimited JSON). Pass startIndex to resume from a known position. Includes input.requested events for tool approvals.

## Path parameters

- `sessionId` string, required

## Response `200`

NDJSON event stream

## Other responses

- `401` — Missing or invalid API key
- `403` — Forbidden, or usage limit reached
- `404` — Session not found
- `429` — Rate limit exceeded. This endpoint allows 30 requests per 1 minute per organization.
- `503` — Agent service is not configured

## Changes

- **2026-07-31** `4e07496e06b0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usenotra/apis/notra-api/changes/v2/eve/v1/session/:sessionId/stream/get.md)

---

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