v1

latestOpenAPI 3.0.02026-07-1792452.6 KB

Find Documents

Find multiple documents that match a query.

post/action/find

Request body

dataSourcestring required

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.

databasestring required

The name of a database in the specified data source.

collectionstring required

The name of a collection in the specified database.

filterobject required

A MongoDB query filter that matches documents. For a list of all query operators that the Data API supports, see Query Operators.

projectionobject

A MongoDB projection for matched documents returned by the operation.

sortobject

A MongoDB sort expression that indicates sorted field names and directions.

limitnumber

The maximum number of matching documents to include the in the response.

skipnumber

The number of matching documents to omit from the response.

Response

Found

documentsobject[]

A list of documents that match the specified filter.