To get the full set of results returned by the API, you will need to paginate through the requests using the next_page_token. This will be returned in the API response body when the total count of records exceeds the page_size. You will then take the next_page_token from the first request and append it as a query parameter to the following request: