---
title: "Stream session events (SSE)"
method: GET
path: "/v1/sessions/{session_id}/events/stream"
tags: ["Sessions"]
---

# Stream session events (SSE)

`GET /v1/sessions/{session_id}/events/stream`

## Path parameters

- `session_id` string, required

## Query parameters

- `key` string

## Response `200`

Server-sent event stream. Events are newline-delimited JSON prefixed with `data: `.

## Other responses

- `401` — Unauthorized
- `404` — Session not found

---

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