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

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

Get workflow executions

Behaviour flags:

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

--workflow-id string required
Workflow ID
--statuses string[]

Filter by execution status.

Repeatable: pass --statuses multiple times to supply more than one value

--execution-types string[]

Filter by execution type.

Repeatable: pass --execution-types multiple times to supply more than one value

--executed-by string[]

Filter by the user who triggered the execution.

Repeatable: pass --executed-by multiple times to supply more than one value

--concurrency-group-key string
Filter by evaluated concurrency group key.
--omit-step-runs
Whether to exclude step-level execution data.
--finished-after string
Datemath lower bound for filtering executions by finishedAt (inclusive when parsed).
--finished-before string
Datemath upper bound for filtering executions by finishedAt (inclusive when parsed with roundUp).
--collapse enum

Field to collapse execution results by.

Values: concurrencyGroupKey, status, executedBy, triggeredBy

--sort-field enum

Field to sort executions by.

Values: createdAt, finishedAt

--sort-order enum

Sort order.

Values: asc, desc

--page number
Page number.
--size number
Number of results per page.
--started-after string
Datemath lower bound for filtering executions by startedAt (inclusive when parsed).
--started-before string
Datemath upper bound for filtering 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