v1
latestOpenAPI 3.0.02026-07-1792452.6 KBFind Documents
Find multiple documents that match a query.
Request body
The name of a linked MongoDB Atlas data source. This is commonly "mongodb-atlas" though it may be different in your App if you chose a different name when you created the data source.
The name of a database in the specified data source.
The name of a collection in the specified database.
A MongoDB query filter that matches documents. For a list of all query operators that the Data API supports, see Query Operators.
A MongoDB projection for matched documents returned by the operation.
A MongoDB sort expression that indicates sorted field names and directions.
The maximum number of matching documents to include the in the response.
The number of matching documents to omit from the response.
Response
Found
A list of documents that match the specified filter.