list_vendors
Retrieve and filter vendor records by name, email, or active status, with sorting, pagination, and optional related data included.
Instructions
Search and list vendors with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by vendor name (partial match) | |
| skip | No | Number of records to skip | |
| sort | No | Property to sort by (e.g., name, modifiedDate) | |
| count | No | Number of records to return (max 100) | |
| No | Filter by email | ||
| include | No | Related data to include (e.g., contacts, paymentTerms) | |
| isActive | No | Filter by active status | |
| sortDesc | No | Sort in descending order | |
| includeCount | No | Include total record count in response |