Get Relationships For Contact
get_relationships_attached_to_contactRetrieve all relationships linked to a specific contact, including related contacts and notes. Use contact_id to get a complete list with pagination options.
Instructions
Retrieve all relationships for a specific contact. Returns all contacts linked to this contact with their relationship notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| contact_id | Yes | The ContactId to get relationships for | |
| max_results | No | Max results (default 500) |