Server to Server API - new Authorization token request

Hi All,
I’m quite new to Zoom’s API. I have a query regarding server to server Authorization token requests. I built a console app in C# that makes requests to the Zoom api server to get audio recordings. At around the 58th minute, I request a new Authorization token and the new token appears to paginate through all records that I previously downloaded until it finally gets to the next page token with new records where I previously left off. My question is, is there a way to request a new authorization token and bypass all previously used next page tokens to take me to the current new set of audio downloads? Any advice would be greatly apppreciated. Thanks, Peter