Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/graph/graph.controller.ts
Find related entities
Endpoint
GET /knowledge-graph/entities/:id/related
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | ✓ | Entity ID |
projectId | query | string | ✓ | Owning project ID |
depth | query | number | - | Search depth (default: 2) |
type | query | string | - | Filter by relationship type |
Referenced By
GraphController(MODULE_DECLARES)
Was this page helpful?