Skip to main content

List

expanso-cli execution list

List executions

Synopsis

List all executions with optional filtering and pagination.

expanso-cli execution list [flags]

Examples

  # List all executions
expanso-cli execution list

# List executions for a specific job
expanso-cli execution list --job-id job-123

# List executions on specific nodes
expanso-cli execution list --node-id node-456
expanso-cli execution list --node-id node-456 --node-id node-789

# List executions in a namespace
expanso-cli execution list --namespace production

# List executions with specific states
expanso-cli execution list --state running --state pending

# Limit results with pagination
expanso-cli execution list --limit 10 --token abc123

Options

  -f, --format {table|json|yaml|csv}   Output format (default table)
-h, --help help for list
--job-id string Filter by job ID
-l, --limit int Maximum number of results to return (default 50)
-n, --namespace string Filter by namespace
--next-token string Continuation token for pagination
--no-header Hide table headers (table format only)
--no-style Disable colors and styling
--node-id strings Filter by node ID (can specify multiple)
--order string Order direction (asc, desc)
--order-by string Field to order by
--state execution state Filter by execution state
-w, --wide Show full values without truncation (table format only)

Options inherited from parent commands

      --auth-token string   API bearer authentication token
-e, --endpoint string API endpoint URL
-k, --insecure Skip TLS certificate verification
-p, --profile string Profile to use for configuration
--timeout string Request timeout duration
-v, --verbose Enable verbose logging

SEE ALSO

Auto generated by spf13/cobra on 19-Nov-2025