<@U06JPEU92HL> The issue is with url encoding ```c...
# community-help
h
@Gabriel Marinho The issue is with url encoding
Copy code
curl -H "X-TYPESENSE-API-KEY: ${TYPESENSE_API_KEY}" -X GET \
    "<http://localhost:8108/collections/redemption_codes/documents/export?filter_by=id%3A%2A%20%7C%7C%20%24transactions%28id%3A%2A%29&include_fields=%24transactions%28%2A%29>"
returns
Copy code
{"code":"1234","created_at":12345678,"id":"124","transactions":{"amount":100,"created_at":12345678,"id":"124","redemption_code":"1234"}}
{"code":"5678","created_at":12345678,"id":"125"}