Couchbase sync status

I have two Couchbase clusters running and i am synchronizing two data buckets which are available on each cluster Using XDCR.
Also, i have a springboot application which connects to those couchbase server.
I want to know that is synchronization is running or not.
How can i do that?
Is there there any api whuch will tell me the status of sychronization in couchbase?

@kumar_rohit,

Have you checked out the XDCR REST API? There might be something there that gives you the information you’re looking for: https://developer.couchbase.com/documentation/server/4.6/rest-api/rest-xdcr-statistics.html