get_party
Retrieve a complete party record by numeric ID, including all contact details and custom fields. Optionally embed tags and fields in one request.
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' |