router.get("/workflow/{pipeline_id}/phase-options")
| 1 | """ |
| 2 | Workflow API endpoints for managing pipeline workflows. |
| 3 | """ |
| 4 | from fastapi import APIRouter, HTTPException, Depends |
nothing calls this directly
no outgoing calls
no test coverage detected