List contacts
list_contactsList contacts (customers/vendors), newest first. Quaderno API: GET /contacts. Returns contact objects (id, kind, first_name, last_name, contact_name, email, country, tax_id, tax_status, …), wrapped as { data, pagination } when more pages exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search by contact name, email, or tax ID. | |
| page | No | Page number (legacy pagination; prefer created_before). | |
| per_page | No | Entries per page (1-100, default 25). | |
| created_before | No | Cursor for pagination: return records created before this id (from X-Pages-NextPage / a prior record id). |