get_list_with_summary
Retrieve filtered document lists with total count from ERPNext for data analysis and reporting.
Instructions
Get a list of documents along with total count.
Args: doctype: ERPNext DocType name fields: Fields to return filters: Optional JSON string of filters order_by: Sort expression limit_page_length: Number of records
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doctype | Yes | ||
| fields | No | ||
| filters | No | ||
| order_by | No | ||
| limit_page_length | No |