If the API endpoint specifies a limit on records to be retrieved, then you need to use the offset parameter. For example, if the record limit is 500, then with the first API call, you will retrieve records 0–499, with the second API call records 500–999, etc.