Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/graph/graph.controller.ts
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)
Was this page helpful?