find_quotes
Find quotes, optionally by status, customer, or expiring soon. Returns id (DB pk), quote_number, status, total, valid_until, customer name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (default 50, max 300). | |
| status | No | Quote status (e.g. draft, sent, pending, accepted). | |
| customer_id | No | customers.id to filter by. | |
| expiring_within_days | No | Only quotes whose valid_until is within N days from today and still open. |