Issue with searchRecords method

Issue with searchRecords method

Hello,

I want to search a freshly created record based on a criteria named "SIRET".
The SIRET custom field datatype is "single line".

Here is the URL of my request:
https://crm.zoho.com/crm/private/json/Accounts/searchRecords?authtoken=AUTH_TOKEN&scope=crmapi&criteria=(SIRET:123)

The record that I previously created is well an account and has a SIRET value of "123".
But yet, when I request the API with that URL, all I get is an error 4422 telling me that there is no data found.
Here is the actual JSON response I get:
{"response":{"nodata":{"code":"4422","message":"There is no data to show"},"uri":"/crm/private/json/Accounts/searchRecords"}}

This is weird knowing that my record is there, the SIRET value is set.

When I request the exact same URL again after a minute or two (sometime even more up to 10 minutes), the API returns all the record's data... I did not even touch or modify the record.

Is anyone stuck with the same issue? Or someone who knows how to fix it?

Thank you!