---
title: "Stream session status"
method: GET
path: "/v1/sessions/{session_id}/events"
tags: ["External API"]
---

# Stream session status

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

Stream the current session status using Server-Sent Events. A `status` event is sent on connect and whenever the status changes. A `: keepalive` comment is sent every 15 seconds while the session is running. The stream closes after emitting `idle`, `failed`, or `cancelled`; retrieve the final messages with `GET /v1/sessions/{session_id}`.

## Path parameters

- `session_id` string, uuid, required

## Response `200`

Session status event stream.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
