Harbor Gateway
  1. System
Harbor Gateway
  • Harbor Gateway API
    • Harbor Gateway
    • Health & Status
      • Admin interface
      • Health check
    • Transactions
      • List all transactions
      • Create a transaction
      • Get transaction details
      • Release transaction
      • Open locker by transaction ID
    • Lockers
      • List all lockers
      • Get locker details
      • Open locker by ID
      • Open all lockers
    • System
      • Get system information
        GET
      • Update system configuration
        PATCH
      • Get system logs
        GET
    • Schemas
      • Locker
      • TransactionResponse
      • LockController
      • System
      • LogEntry
      • OperationResponse
      • LockerOperationResponse
      • MultiStatusOperationResponse
      • OpenAllLockersResponse
      • Error
  1. System

Get system logs

GET
/system/logs
Retrieve system logs with optional filtering

Request

Query Params

Responses

🟢200OK
application/json
Log entries
Body

🟠400Bad Request
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/system/logs?limit&level&since&lockerId&transactionId&controllerId&offset'
Response Response Example
200 - Example 1
[
    {
        "id": 0,
        "timestamp": "2019-08-24T14:15:22Z",
        "level": "debug",
        "source": "api",
        "operation": "string",
        "message": "string",
        "success": true,
        "lockerId": 0,
        "transactionId": "string",
        "controllerId": 0,
        "details": {}
    }
]
Modified at 2025-11-27 00:04:50
Previous
Update system configuration
Next
Locker
Built with