# getEntity

**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#L59)

Get entity by ID

## Endpoint

`GET /knowledge-graph/entities/:id`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `id` | path | `string` | ✓ | Entity ID |
| `projectId` | query | `string` | ✓ | Owning project ID |

## Referenced By

- `GraphController` (MODULE_DECLARES)
