Skip to main content
GET
/
api
/
captain
/
logs
/
stream
Stream logs (SSE)
curl --request GET \
  --url http://localhost:63372/api/captain/logs/stream \
  --cookie captain_session=
"<string>"

Authorizations

captain_session
string
cookie
required

HMAC-signed session cookie returned by /api/captain/auth/login. Valid for 7 days. Invalidated when password changes.

Response

SSE stream of log events

SSE formatted log lines