Skip to main content

Get logstream

GET 

/system/logstream/:unit

Get system logs. Use this endpoint to stream logs (tail -f style). If you want to download logs, use the logs endpoint instead. This endpoint implements Server Side Events. Use the EventSource interface to parse the returned stream.

Request

Responses

Success