DistributeApp LogoDistributeProject
DistributorAdminLogs

Get server logs

Returns the last 100 lines of the server log file.

GET
/admin/logs

Authorization

BearerAuth
Authorization<token>

Type "Bearer" followed by a space and JWT token.

In: header

Response Body

application/json

application/json

curl -X GET "https://loading/api/admin/logs"
[
  "string"
]
{
  "error": "Validation failed"
}