@Reference Replicator replicator; @Reference SlingRepository repository; Session session = repository.loginAdministrative(null); ReplicationStatus status=replicator.getReplicationStatus(session, “nodepath”); status.isDelivered();//Checks if the content is delivered Other methods to get the differen...