get_documents
Retrieve documents from any ERPNext DocType by specifying doctype, filters, and fields. Limit results for targeted queries.
Instructions
Get a list of documents for a specific doctype
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of documents to return (optional) | |
| fields | No | Fields to include (optional) | |
| doctype | Yes | ERPNext DocType (e.g., Customer, Item) | |
| filters | No | Filters in the format {field: value} (optional) |