Masterdata v2 - queryParams issues

I’m facing issues with Masterdata V2 requests. Whenever i do some query with query params related to the entity fields like this:

curl --request GET \
  --url 'https://Account.vtexcommercestable.com.br/api/dataentities/CategoriesMap/search?id_mirakl=1&_schema=cmsave&_fields=_all' \
  --header 'X-VTEX-API-AppKey: vtexappkey-xuxublz-VJVZYZ' \
  --header 'X-VTEX-API-AppToken: BIMBINHA' \
  --cookie lalala

i always get an error like this:

{
    "Message": "Field 'id_mirakl' not found in schema"
}

The schema does have the field and there are records in the entitiy that fall into the criteria