Using REST api2 pagination to retrieve 1000+ issues

It seems that Jira’s API doc refers to using pagination to get issue data in mass. My question is, with the JQL search call being limited to 50 issues, is there anyway to >50 issues in one call?

There seems to be a lack of consistency with the answers to this one.

The issue search endpoints for both the v2 and v3 REST APIs function exactly as documented. You can use the maxResults parameter to increase the default 50 item results up to the 100 item limit, thereafter you MUST use pagination to get the results in batches.