Warnings

GET /runtime/warnings

Returns recent warning log entries. Useful for verifying expected warnings after error-path operations (e.g., rejected lifecycle actions).

GET parameters:

Parameter Required Description
seconds No Time window in seconds to look back. Default: 60.

Response: 200 OK — JSON array:

[
  {
    "timestamp": "2026-04-19T23:30:06.8330000+02:00",
    "message": "Runtime API: SaveAs rejected — Cannot save: runtime is in Idle state. A project must be running. (state: Idle)",
    "eventId": "3600"
  }
]

Event IDs:

ID Constant Meaning
3600 WarnRuntimeApiActionRejected A lifecycle action was rejected (wrong state, missing file, etc.)
3601 WarnRuntimeApiActionBusy A lifecycle action was rejected because another action is in progress