---
title: "Stream deployment events via SSE"
method: GET
path: "/deployments/{id}/events"
tags: ["Deployments"]
---

# Stream deployment events via SSE

`GET /deployments/{id}/events`

Establishes a Server-Sent Events (SSE) stream that delivers real-time logs and
status updates for a deployment. The stream terminates automatically
once the deployment reaches a terminal state.

## Path parameters

- `id` string, required

## Query parameters

- `since` string

## Response `200`

SSE stream of deployment state updates and logs.

## Other responses

- `400` — Bad Request – invalid input
- `401` — Unauthorized – missing or invalid authorization token
- `404` — Resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/kernel/apis/kernel-api.md) · [All operations](https://skmtc.net/kernel/apis/kernel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kernel/kernel-api/versions/9e8ce9fcf5e1/schema)
