Get Entity Relationships
Entities
Get Entity Relationships
List canonical relationships attached to one Shoal entity
GET
Get Entity Relationships
Returns direct canonical relationships for one Shoal entity id.
Path Parameters
id(integer, required)
Query Parameters
limit(integer, optional, default 50, max 50)offset(integer, optional, default 0, max 250)
Request
cURL
Response (200)
Notes
- Relationship traversal is direct and canonical. It is not a full multi-hop graph query.
directionis relative to the requested entity id.searchExpandindicates whether the relationship is currently used in Shoal expansion logic.
Errors
- 400 if
idis missing - 404 if the entity does not exist
- 500 on internal server error