ecp_mongo_browse_documents
Browse documents in a MongoDB collection using account-owned credentials. Provide database, collection, username, and password to view records with filters, sorting, and pagination.
Instructions
Browse documents in a collection. Connects as the given db_username/password, which must be a user this account owns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| filter | No | ||
| db_name | Yes | ||
| password | Yes | ||
| page_size | No | ||
| sort_field | No | ||
| db_username | Yes | ||
| sort_direction | No | ||
| collection_name | Yes |