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

Auth required Idempotent Scope: global
elastic stack kb workflows get-workflows-workflow-executions [options]
		

Search workflow executions

Behaviour flags:

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

--kql string
KQL query string to filter executions.
--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.
--started-after string
Datemath lower bound for filtering executions by startedAt.
--started-before string
Datemath upper bound for filtering executions by startedAt.
--finished-after string
Datemath lower bound for filtering executions by finishedAt.
--finished-before string
Datemath upper bound for filtering executions by finishedAt.
--collapse enum

Field to collapse execution results by.

Values: concurrencyGroupKey, status, executedBy, triggeredBy

--sort-field enum

Field to sort by. One of: startedAt, duration, workflowId, triggeredBy.

Values: startedAt, duration, workflowId, triggeredBy

--sort-order enum

Sort direction.

Values: asc, desc

--page number
Page number.
--size number
Number of results to return.
--track-total-hits
Whether to track total hit count.
--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