# getRelationshipsForEntity

**Kind:** API Endpoint

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

Get relationships for a specific entity

## Endpoint

`GET /projects/:projectId/entities/:entityId/relationships`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ | Project ID |
| `entityId` | path | `string` | ✓ | Entity ID (without project prefix) |

## Referenced By

- `KgSyncController` (MODULE_DECLARES)
