---
title: "Stream container logs"
method: GET
path: "/pods/{pod_id}/logs"
tags: ["Support API Key Authentication"]
---

# Stream container logs

`GET /pods/{pod_id}/logs`

Stream container logs from the node for a specific pod using Server-Sent Events.

## Path parameters

- `pod_id` string, uuid, required

## Query parameters

- `tail` integer
- `follow` boolean

## Response `200`

Log stream started successfully

- unknown

## Other responses

- `403` — User not authorized
- `404` — Pod not found
- `422` — Validation Error
- `500` — Failed to stream logs

---

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