---
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

## Changes

- **2026-07-10** `02dc2e52c4d8` — 5 info
  - added the optional property `oneOf[#/components/schemas/DeploymentStateEvent]/deployment/source_checksum` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/DeploymentStateEvent]/deployment/source_path` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/DeploymentStateEvent]/deployment/source_ref` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/DeploymentStateEvent]/deployment/source_type` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/kernel/apis/kernel-api/changes/deployments/:id/events/get.md)

---

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