get_documents
List documents for any MoySklad entity type, including invoiceout, paymentin, retaildemand, and move. Supports filtering, search, and pagination.
Instructions
Generic: list documents of any MoySklad entity type (fallback for entities without a dedicated tool).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results | |
| filter | No | Raw MoySklad filter expression, e.g. 'name=00001' | |
| offset | No | Offset for pagination | |
| search | No | Search by name/number | |
| entity_type | Yes | MoySklad entity type, e.g. 'invoiceout', 'paymentin', 'retaildemand', 'move' |