post http://localhost:8000/documents/get_by_filters
This endpoint allows you to retrieve documents contained in your document store.
You can filter the documents to retrieve by metadata (like the document's name),
or provide an empty JSON object to clear the document store.
Example of filters:
'{"filters": {{"name": ["some", "more"], "category": ["only_one"]}}'
To get all documents you should provide an empty dict, like:
'{"filters": {}}'