<@U043LNW7L2V> I think you can just query the endp...
# community-help
e
@Rushil Murikinati I think you can just query the endpoint directly, for example (from the docs):
Copy code
curl -H "X-TYPESENSE-API-KEY: ${TYPESENSE_API_KEY}" \
"<http://localhost:8108/collections/companies/documents/search>\
?q=stark&query_by=company_name&filter_by=num_employees:>100\
&sort_by=num_employees:desc"
r
This helps, maybe a feature on typesense cloud UI to export all as json.
e
Any of the dashboards might be able to do it, if you have CORS enabled: https://bfritscher.github.io/typesense-dashboard/