list_contacts
List contacts (clients and suppliers) with summary fields, using filters for search, contact type, and active status to get paginated results.
Instructions
List contacts (clients and suppliers) with summary fields.
Filters:
search: free-text search (name, VAT number, email, ...).
contact_type: 'client' or 'supplier'.
active: True = active contacts, False = archived. Returns {count, page, results}; use get_contact for the full record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| active | No | ||
| search | No | ||
| page_size | No | ||
| contact_type | No |