Heyvguys, how can I input my facets and search and...
# community-help
r
Heyvguys, how can I input my facets and search and download all the results as json?
j
You would have to use the API to import your data, run a search and then export the results using pagination on the search endpoint, or if you're only using filtering, you can use the document export API endpoint to export results without pagination
r
Yeah just search.
I mean filters
Thanks I’ll check it out.