get_party
Fetch a party (person or organisation) by numeric ID. Returns full record with contacts, addresses, and optional embedded tags or fields via the embed parameter.
Instructions
Fetch a single party (person or organisation) by its numeric id. Returns the full record including type, name fields, emails, phones, addresses, websites, and any embedded tags or custom fields. Use embed='tags,fields' to include those in one round-trip. For batch fetches of up to 50 parties at once, use get_parties instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Party ID | |
| embed | No | Comma-separated embeds, e.g. 'tags,fields' |