# getEntities

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

Get all entities for a project

## Endpoint

`GET /projects/:projectId/entities`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ | Project ID |
| `type` | query | `string` | - | Entity type filter (optional) |

## Referenced By

- `KgSyncController` (MODULE_DECLARES)
