# getRelated

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/graph/graph.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/graph/graph.controller.ts#L70)

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)
