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-idstringrequired- Workflow ID
--statusesstring- Filter by execution status.
--execution-typesstring- Filter by execution type.
--executed-bystring- Filter by the user who triggered the execution.
--concurrency-group-keystring- Filter by evaluated concurrency group key.
--[no-]omit-step-runs- Whether to exclude step-level execution data.
--finished-afterstring- Datemath lower bound for filtering executions by finishedAt (inclusive when parsed).
--finished-beforestring- Datemath upper bound for filtering executions by finishedAt (inclusive when parsed with roundUp).
--collapsestring- Field to collapse execution results by.
--sort-fieldstring- Field to sort executions by.
--sort-orderstring- Sort order.
--pagenumber- Page number.
--sizenumber- Number of results per page.
--started-afterstring- Datemath lower bound for filtering executions by startedAt (inclusive when parsed).
--started-beforestring- Datemath upper bound for filtering executions by startedAt (inclusive when parsed with roundUp).
--input-filestring- path to a JSON file to use as command input
--[no-]dry-run- validate all inputs and exit without performing any action (preview changes without applying them)
--[no-]json-
output as JSON