Spring Batch · Capability
Spring Batch 5.1 Actuator API
Spring Boot Actuator endpoints exposed by Spring Batch 5.1 applications for monitoring and managing batch jobs. Provides health checks, metrics, job execution status, and step execution details via the Spring Boot Actuator infrastructure. These endpoints are available when spring-boot-actuator is on the classpath alongside spring-batch-core.
What You Can Do
GET
Gethealth
— Get Application Health
/health
GET
Getbatchhealth
— Get Batch Health
/health/batch
GET
Listmetrics
— List Available Metrics
/metrics
GET
Getmetric
— Get Metric Value
/metrics/{metricName}
GET
Listbatchjobs
— List Batch Jobs
/batch/jobs
GET
Getbatchjob
— Get Batch Job Details
/batch/jobs/{jobName}
GET
Listjobexecutions
— List Job Executions
/batch/jobs/{jobName}/executions
GET
Listjobinstances
— List Job Instances
/batch/jobs/{jobName}/instances
MCP Tools
gethealth
Get Application Health
read-only
idempotent
getbatchhealth
Get Batch Health
read-only
idempotent
listmetrics
List Available Metrics
read-only
idempotent
getmetric
Get Metric Value
read-only
idempotent
listbatchjobs
List Batch Jobs
read-only
idempotent
getbatchjob
Get Batch Job Details
read-only
idempotent
listjobexecutions
List Job Executions
read-only
idempotent
listjobinstances
List Job Instances
read-only
idempotent