---
title: "Stream Logs"
method: GET
path: "/logs-stream"
tags: ["Log"]
---

# Stream Logs

`GET /logs-stream`

HTTP/2 Server-Sent-Event (SSE) endpoint for streaming logs.

Requires superuser authentication to prevent exposure of sensitive log data.
It establishes a long-lived connection to the server and receives log messages in real-time.
The client should use the header "Accept: text/event-stream".

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/langflow-ai/apis/langflow.md) · [All operations](https://skmtc.net/langflow-ai/apis/langflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langflow-ai/langflow/revisions/22962dc5e81b/schema)
