list_contacts
Search and filter Billy contacts to find contact IDs for invoices or bills. Supports free-text search and filters for customer, supplier, and archived status.
Instructions
List contacts (customers and suppliers) in Billy. Supports free-text search and filtering. Use this to find a contact ID before creating invoices or bills.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search on name, contactNo, phone, email | |
| page | No | Page number (1-based) | |
| phone | No | Filter by phone number | |
| verbose | No | Return the full Billy response. Default false: compact records with key fields only (saves ~90% context) | |
| pageSize | No | Records per page (max 1000, default 50) | |
| contactNo | No | Filter by exact contact number | |
| isArchived | No | When true, returns only archived records; when false, only active ones | |
| isCustomer | No | Only contacts flagged as customers | |
| isSupplier | No | Only contacts flagged as suppliers |