Maintenance

JVM thread info

Returns lightweight JVM startup and thread-count summary (start time, uptime, current and peak thread count).

get/api/v1/maintenance/_threads/info

Response

JVM thread info

i18nMessagesMapobject
permissionsstring[]

Example response

{
  "entity": {
    "serverId": "01HXX2J3K4M5N6P7Q8R9S0T1U2",
    "serverName": "node-1",
    "systemStartupTime": "03 Apr 2026 08:15:30",
    "startTimeMillis": 1775376930000,
    "uptimeMillis": 7830000,
    "currentThreadCount": 187,
    "peakThreadCount": 245
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.