Fetch all records without paging

I am using auth0 management api to fetch user logs event and I want to fetch all records without paging. But by default auth0 returns 50 record and we can ask for maximum 100 records through paging. So is there anyway to fetch all the records even if there are 500 logs?

2 Likes

I don’t believe there is anyway to get user logs without paging, at least not at this time.

This might be a useful extension to the jobs endpoint. I would suggest submitting it as a feature request.