get_party
Fetch a person or organisation by numeric ID and retrieve their complete record, including contact details, addresses, websites, and optional embedded 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 | No | Party ID | |
| embed | No | Comma-separated embeds. Valid tokens: tags, fields, organisation, missingImportantFields. |