# search

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

Search entities

## Endpoint

`GET /knowledge-graph/search`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | query | `string` | ✓ | Owning project ID |
| `q` | query | `string` | ✓ | Search query |
| `type` | query | `string` | - | Filter by entity type |

## Referenced By

- `GraphController` (MODULE_DECLARES)
