---
title: "Stream deployment logs via Server-Sent Events"
method: GET
path: "/servers/{namespace}/{server}/deployments/{id}/stream"
tags: ["servers"]
---

# Stream deployment logs via Server-Sent Events

`GET /servers/{namespace}/{server}/deployments/{id}/stream`

Returns a real-time SSE stream of deployment logs and status updates. Connect to this endpoint to receive live updates as the deployment progresses.

## Path parameters

- `namespace` string, required
- `server` string, required
- `id` string, required

## Response `200`

SSE stream of deployment events

## Other responses

- `404` — Deployment not found

## Changes

- **2026-01-31** `5903efad445d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/changes/servers/:namespace/:server/deployments/:id/stream/get.md)

---

[API](https://skmtc.dev/smithery-ai/apis/smithery-platform-api.md) · [All operations](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/llms.txt) · [OpenAPI document](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/revisions/eab7f6413d3a?raw)
