# detectFlow

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

Detect development flow from entity

## Endpoint

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

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

## Referenced By

- `GraphController` (MODULE_DECLARES)
