# Get cross-cluster replication stats **GET /_ccr/stats** This API returns stats about auto-following and the same shard-level stats as the get follower stats API. ## Required authorization * Cluster privileges: `monitor` ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters #### Query parameters - **master_timeout** (string) The period to wait for a connection to the master node. If the master node is not available before the timeout expires, the request fails and returns an error. It can also be set to `-1` to indicate that the request should never timeout. - **timeout** (string) The period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. ## Responses ### 200: #### Body Parameters: application/json (object) - **auto_follow_stats** (object) Statistics for the auto-follow coordinator. - **follow_stats** (object) Shard-level statistics for follower indices. [Powered by Bump.sh](http://bump.sh)