Flows

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

OperationMethodEndpointDescription
List all flowsGET/flowsRetrieve all workspace flows
Get flowGET/flows/{selector}Get specific flow details
Create a new flowPOST/flowsCreate a new workspace flow
Replace flowPUT/flows/{selector}Replace flow configuration
Patch flowPATCH/flows/{selector}Update flow partially
Clone flowPOST/flows/{selector}/cloneClone an existing flow
Reset flowPOST/flows/{selector}/resetReset flow to default state
Export flowGET/flows/{selector}/exportExport flow configuration
Get flow dependenciesGET/flows/{selector}/dependenciesGet flow dependencies
Restore flowPOST/flows/{selector}/restoreRestore archived flow
Refresh flowsPOST/flows/refreshRefresh flow definitions
Archive flowDELETE/flows/{selector}Archive a flow