API Get Recors of Leads Module doesn't retrieve all records

API Get Recors of Leads Module doesn't retrieve all records

Hello, 

I have some problems with the api Get Records of Module Leads.

Until sunday 08/01/2023, with this API I could get all lead records, but today I can get only 4354 records out of 36710 I have in the crm. 

I could get all records using the field next_page_token, but today on page 22 I got null in that field.
 
Were there any changes in the api?

Copy of the request and part of response:

Request



Info of the response:

{
  per_page: 200,
  next_page_token: null,
  count: 154,
  sort_by: 'id',
  page: 22,
  previous_page_token: 'a229af735cceeb69aa3e836555b902d0ac11e33e0f9c49871aeca9c3cfc8981cc2814891da9a1498b41e7ebc670c9dbf36b4544b84df63c0d7ea8ecac7b961b009fc9422d4bbdde2a4026230be059365a21b738471a200312de1dc8d1881221b86289615257c5f7a6d5dddcd810a382bb5ec4d2e350dab2496460f7f14c560f9e91bb282f70c97bf553ecd06cba9f245',
  page_token_expiry: '2023-01-11T08:38:26-03:00',
  sort_order: 'desc',
  more_records: false
}

Thank you!
Marcelo