GetDataFlowStatus
Gets the status of a specific data flow.
Examples
Returns the aggregated execution status of a data flow and its pipelines:
octo-cli -c GetDataFlowStatus -id "cc0000000000000000000002"
Output as compact JSON:
octo-cli -c GetDataFlowStatus -id "cc0000000000000000000002" -j
Options
| Short | Long | Required | Description |
|---|---|---|---|
-id | --identifier | yes | The data flow runtime ID |
-j | --json | no | Output as raw JSON |