Skip to main content
GET
Stream process logs in real time

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

identifier
string
required

Process identifier (PID or name)

Response

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

The response is of type string.

Last modified on June 16, 2026