get_party
Fetch a person or organization by numeric ID, returning full record including contacts and addresses. Optionally embed tags and 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, missingImportantFields. |