Hey guys, how can we get Typesense to show/print a...
# community-help
m
Hey guys, how can we get Typesense to show/print all documents in a specific index ?
j
The export endpoint gives you a JSONL output of all the docs in your collection: https://typesense.org/docs/0.24.1/api/documents.html#export-documents
m
Thanks, Jason !
👍 1