cURL
curl --request GET \ --url http://localhost:63372/api/captain/logs/history \ --cookie captain_session=
{ "lines": [ "<string>" ] }
Returns recent log history (last N lines).
HMAC-signed session cookie returned by /api/captain/auth/login. Valid for 7 days. Invalidated when password changes.
Number of recent log lines to return
Recent log lines