get_party
Retrieve a single person or organization's full record by numeric ID, including emails, phones, addresses, websites, and optional tags or custom fields.
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 | Yes | Party ID | |
| embed | No | Comma-separated embeds. Valid tokens: tags, fields, organisation, missingImportantFields. |