| Run ID | Workflow | Status | Started | Actions |
|---|---|---|---|---|
| Loading... | ||||
| ID | Workflow | Status | Started | Finished | Logs |
|---|---|---|---|---|---|
| Loading... | |||||
| Endpoint | Method | Description |
|---|---|---|
| /api/health | GET | Health check |
| /api/version | GET | Version info |
| /api/metrics | GET | Runtime metrics |
| /api/system | GET | System metadata |
| /api/workflows/validate | POST | Validate workflow TOML |
| /api/workflows/parse | POST | Parse workflow details |
| /api/workflows/dag | POST | Generate DAG visualization |
| /api/workflows/dry-run | POST | Simulate execution |
| /api/workflows/run | POST | Execute workflow |
| /api/workflows/format | POST | Format TOML |
| /api/workflows/lint | POST | Lint workflow |
| /api/runs | GET | List all runs |
| /api/auth/login | POST | User login |