| 123456789101112131415161718192021222324252627282930313233 | --:api: watcher-stats:request: WatcherStatsRequest:response: WatcherStatsResponse--[role="xpack"][id="{upid}-{api}"]=== Get Watcher stats API[id="{upid}-{api}-request"]==== Execution{ref}/watcher-api-stats.html[Watcher Stats] returns the current {watcher} metrics.Submit the following request to get the stats:["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-request]--------------------------------------------------[id="{upid}-{api}-response"]==== ResponseThe returned `AcknowledgeResponse` contains a value on whether or not the requestwas received:["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-response]--------------------------------------------------<1> A boolean value of `true` if successfully received, `false` otherwise.include::../execution.asciidoc[]
 |