Get contact
easybill_get_contactRetrieve one easybill contact by numeric ID. Get all fields by default, or limit to specific fields for less context usage.
Instructions
Fetch one contact by its numeric easybill ID, returning all fields by default.
Use easybill_list_contacts first if you only know a name or number. Pass 'fields' to narrow the response. Monetary values are integers in cents (150 = 1.50 EUR).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The numeric easybill ID of the contact | |
| fields | No | Limit returned columns to these field names (e.g. ['number','amount','paid_at']). Pass ['all'] for every field. Omit for a compact default set. Fewer fields = less context used. | |
| customer_id | Yes | The numeric ID of the customer whose contacts these are. Find it with easybill_list_customers. | |
| response_format | No | Output format: 'markdown' for readable prose, 'json' for machine-readable data | markdown |