How to set the maxResults attribute in JIRA REST API?

My URL is something like this rest/api/2/search?jql=project=RPD1001 AND issuetype=BUG. Since the maxResult attribute is set to 50 by default, I cannot fetch more than 50 records. If I have 200 bugs, how to set the maxResults attribute to 200.