listRelationships
Retrieve all relationships associated with a specific person by ID. Paginate results using limit and offset for efficient data access.
Instructions
List relationships for a person
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return | |
| offset | No | Offset for pagination | |
| personId | No | Person ID |