Not able to fetch more than 1000 older logs

Hi, I’m not able to fetch more than 1000 old logs by using offset pagination. And checkpoint pagination unable to fetch old logs. what will be possible solution for this?
API : /api/v2/logs

Hi @suresh.nalamolu

When fetching logs within your tenant, as mentioned on the Management API documentation page:

Auth0 limits the number of logs you can return by search criteria to 100 logs per request. Furthermore, you may paginate only through 1,000 search results. If you exceed this threshold, please redefine your search or use the get logs by checkpoint method.

As mentioned above, I would suggest to retrieve logs by using the checkpoint method linked.

If you have any other questions, let me know!

Kind Regards,
Nik

Hi @nik.baleca, By using checkpoint pagination how can I fetch old logs more than 1000 can you please provide me the sample one