Skip to main content

Query Document List

GET 

/collections/:collectionName/documents

Query documents in a collection. Supports complex query conditions (MongoDB query syntax), pagination, sorting, and field projection. When count=true, only returns the count of matching documents without the document list.

Request

Responses

Query successful