cURL
curl --request GET \ --url http://localhost:8080/api/admin/logs/server \ --header 'Authorization: Bearer <token>'
{ "lines": [ { "message": "<string>", "timestamp": "<string>", "priority": "<string>", "unit": "<string>" } ], "total": 123, "has_more": false }
Return server logs from journalctl (konduktor-server unit), newest first.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 1000
Successful Response
Show child attributes