---
title: "Stream endpoint logs via SSE (structured) [READ]"
method: GET
path: "/v3/endpoint/{namespace}/{name}/logs/sse"
tags: ["Endpoints"]
---

# Stream endpoint logs via SSE (structured) \[READ\]

`GET /v3/endpoint/{namespace}/{name}/logs/sse`

## Path parameters

- `namespace` string, required
- `name` string, required

## Query parameters

- `replica` string
- `level` string
- `search` string
- `since` string
- `after` string
- `tail` integer
- `line_max_length` integer

## Response `200`

SSE stream of log entries, one per `data:` frame

## Other responses

- `501` — Log search not available on this deployment

## Changes

- **2026-08-11** `a472421c2e39` — 1 info
  - added the media type `text/event-stream` for the response with the status `200`

[Change history](https://skmtc.dev/huggingface/apis/hf-inference-endpoints-api/changes/v3/endpoint/:namespace/:name/logs/sse/get.md)

---

[API](https://skmtc.dev/huggingface/apis/hf-inference-endpoints-api.md) · [All operations](https://skmtc.dev/huggingface/apis/hf-inference-endpoints-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/huggingface/hf-inference-endpoints-api/revisions/a7146de590b1/schema)
