frappe_list_documents
List documents from any Frappe doctype using filters, field selection, and pagination to retrieve records for GunStore-POS management.
Instructions
List documents of any doctype.
filters are Frappe-style: a list of [field, operator, value] (e.g. [["is_firearm","=",1],["status","=","Active"]]) or a simple {field: value} dict. limit defaults to 20; pass limit=0 for all rows. Call frappe_describe_doctype first if unsure of field names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doctype | Yes | ||
| fields | No | ||
| filters | No | ||
| limit | No | ||
| start | No | ||
| order_by | No |