---
title: "Stream process logs in real time"
method: GET
path: "/process/{identifier}/logs/stream"
tags: ["process"]
---

# Stream process logs in real time

`GET /process/{identifier}/logs/stream`

Streams the stdout and stderr output of a process in real time, one line per log, prefixed with 'stdout:' or 'stderr:'. Closes when the process exits or the client disconnects.

## Path parameters

- `identifier` string, required

## Response `200`

Stream of process logs, one line per log (prefixed with stdout:/stderr:)

## Other responses

- `404` — Process not found
- `422` — Unprocessable entity
- `500` — Internal server error

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/versions/dfa264bc72ee/schema)
