Sync Gateway Client Sync Verification

Hi @here

I would like to find out how I can verify whether or not a document has successfully synced with its intended client using the Sync Gateway Admin API. Is there an endpoint that can give me this information?

Is this something that is tracked with sequence ids?

@Jeremiah_Chienda , When you said client, do you mean couchbase lite client. If yes, there is no end point to verify on sync gateway admin whether document has synced to its client. You need to verify on the client side whether document is replicated . You can verify sync gateway logs if there is any issue on the replications. If you do not see any errors or logging regarding the doc on the sync gateway logs, then it has successfully replicated.