crm_contact_relationships_list
Retrieve a paginated list of contact-to-entity relationships for a known contact ID. Filter by relationship type, related entity, or creation time to find specific associations.
Instructions
List one page of contact-to-entity relationship records for a known contact UUID, optionally filtered by related entity, type slug, type name, or creation time. Use crm_contacts_by_relationship_list for contacts associated with a known relationship ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| pageSize | No | Records per page (default 50) | |
| typeName | No | Relationship type name filter | |
| typeSlug | No | Relationship type slug filter | |
| contactId | Yes | Contact ID | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | List relationships created before this timestamp | |
| relatedEntityId | No | Related entity ID filter | |
| createdOnOrAfter | No | List relationships created on/after this timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||