i would like to retrieve multiple documents from t...
# community-help
l
i would like to retrieve multiple documents from typesense using a single query. how can i do that? The documentation only talks about a single entry https://typesense.org/docs/0.20.0/api/documents.html#retrieve-a-document
k
Interestingly we don't have a multi-get API because there has not been a strong ask for one.
Oh wait, you can do this:
Copy code
"q": "*",
"filter_by": "id: [x, y, z]"