API Reference
Workflow
Requests of workflow collection
Requests
| Request | Method | Path |
|---|---|---|
| List Workflow | GET | /api/workflow/ |
| Create Workflow | POST | /api/workflow/ |
| Events Workflow | GET | /api/workflow/events/ |
| Steps Workflow | GET | /api/workflow/steps/ |
| Logs Workflow | GET | /api/workflow/logs/ |
| Logs Live Workflow | GET | /api/workflow/logs/live/ |
| Stats Workflow | GET | /api/workflow/stats/ |
| Signals Workflow | GET | /api/workflow/signals/ |
| Start Workflow | PUT | /api/workflow/start/ |
| Stop Workflow | PUT | /api/workflow/stop/ |
| Shell Workflow | POST | /api/workflow/shell/ |
| Remove Workflow | DELETE | /api/workflow/ |
| Remove Batch Workflow | DELETE | /api/workflow/batch/ |
| Prune Workflow | DELETE | /api/workflow/prune/ |
| Hub Search Workflow | GET | /api/workflow/hub/search/ |
| Hub Inspect Workflow | GET | /api/workflow/hub/inspect/ |