erpnext_doc_list
Retrieve a paginated list of ERPNext documents by applying filters, field selection, and sorting, with limit and offset to control the page size.
Instructions
List one page without a hidden limit clamp. has_more is unknown for a full page without total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| fields | No | ||
| offset | No | ||
| doctype | Yes | ||
| filters | No | ||
| order_by | No | ||
| or_filters | No | ||
| include_total | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||