{ "opencollection": "1.0.0", "info": { "name": "Spring Boot 3 Actuator Environment Threads API", "version": "3.2.0" }, "items": [ { "info": { "name": "Threads", "type": "folder" }, "items": [ { "info": { "name": "Get Thread Dump", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/actuator/threaddump" }, "docs": "Returns a snapshot of all live threads in the JVM including stack traces, thread states, and lock information." } ] } ], "bundled": true }