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
- 200
- 400
Query successful
Invalid request parameters