Comprehensive API reference for workspace flows including CRUD operations, instances, and different scope levels
Flows
For detailed information about flows, see the Flows documentation.
API Operations
Operation | Method | Endpoint | Description |
---|---|---|---|
List all flows | GET | /flows | Retrieve all workspace flows |
Get flow | GET | /flows/{selector} | Get specific flow details |
Create a new flow | POST | /flows | Create a new workspace flow |
Replace flow | PUT | /flows/{selector} | Replace flow configuration |
Patch flow | PATCH | /flows/{selector} | Update flow partially |
Clone flow | POST | /flows/{selector}/clone | Clone an existing flow |
Reset flow | POST | /flows/{selector}/reset | Reset flow to default state |
Export flow | GET | /flows/{selector}/export | Export flow configuration |
Get flow dependencies | GET | /flows/{selector}/dependencies | Get flow dependencies |
Restore flow | POST | /flows/{selector}/restore | Restore archived flow |
Refresh flows | POST | /flows/refresh | Refresh flow definitions |
Archive flow | DELETE | /flows/{selector} | Archive a flow |