Bottleneck
/api/v1/process/bottlenecksAn identified bottleneck or delay in a process.
listgetcreateupdatedeleteSchema
| Field | Type | Notes |
|---|---|---|
| id | uuid | |
| process_map_id | uuid | FK → ProcessMap |
| step_id | string | |
| severity | enum | low | medium | high | critical |
| description | string | |
| detected_at | date-time |
API
client.process.bottlenecks.*Loading manifest…