{ "opencollection": "1.0.0", "info": { "name": "Spring Boot 3 Actuator Environment Scheduling API", "version": "3.2.0" }, "items": [ { "info": { "name": "Scheduling", "type": "folder" }, "items": [ { "info": { "name": "Get Scheduled Tasks", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/actuator/scheduledtasks" }, "docs": "Returns all scheduled tasks registered in the application context, including cron, fixed-rate, and fixed-delay tasks." } ] } ], "bundled": true }