query_relationships
Query relationships for a specific record. Find related records by type and direction.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
workspace_id | string | Yes | Target workspace ID |
collection | string | Yes | Collection of the source/target record |
record_id | string | Yes | Record ID to find relationships for |
rel_type | string | No | Filter by relationship type |
direction | enum | No | Direction: source (outgoing), target (incoming), both |
limit | number | No | |
offset | number | No |