stack kb workflows get-workflows-workflow-workflowid-executions-steps cli command

Auth required Idempotent Scope: global
elastic stack kb workflows get-workflows-workflow-workflowid-executions-steps \
  --workflow-id <workflow-id> \
  [options]
		

Get workflow step executions

Behaviour flags:

--dry-run — validate all inputs and exit without performing any action

--workflow-id string required
Workflow ID
--step-id string
Filter by step ID.
--include-input
Include step input data.
--include-output
Include step output data.
--page number
Page number for pagination.
--size number
Number of results per page.
--started-after string
Datemath lower bound for filtering step executions by startedAt (inclusive when parsed).
--started-before string
Datemath upper bound for filtering step executions by startedAt (inclusive when parsed with roundUp).
--input-file string
path to a JSON file to use as command input
--dry-run
validate all inputs and exit without performing any action (preview changes without applying them)
--json

output as JSON