Have a look at https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-get and in particular the startAt parameter. You need to set this for pagination (0 for the first page, 100 for the second page, etc.).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.