Hi @aravindS ,
This is a TagManager API method which return RangeIterator<Resource> of JCR Nodes tagged with the given tag. You can play with return RangeIterator as per your need however you can't use limit and offser with tagmeneger's find().
Though, If you use QueryBuilder API to find nodes tagged with specific tag then you can use limit and offset.