aleph_expand_entity
Retrieve entities connected to a given ID, grouped by relationship type like directorships, ownerships, addresses, and document mentions. Walk relationship networks to uncover indirect links.
Instructions
List the entities connected to this one, grouped by relationship type (directorships, ownerships, addresses, family, document mentions). This is how you walk a network: relationships in Aleph are entities, so they do not appear as plain fields on the record itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entities per relationship group. | |
| entity_id | Yes | Entity ID to expand. | |
| properties | No | Only follow these property names, e.g. ['directorshipDirector', 'ownershipOwner']. Omit to follow every relationship. |