Skip to main content

Executions

expanso-cli node executions

List executions on a node

Synopsis

List all executions running on a specific node with optional filtering.

expanso-cli node executions NODE_ID [flags]

Examples

  # List all executions on a node
expanso-cli node executions node-123

# List executions with specific states
expanso-cli node executions node-123 --state running --state pending

# List executions for a specific job
expanso-cli node executions node-123 --job-id job-456

# Limit results with pagination
expanso-cli node executions node-123 --limit 10 --next-token abc123

Options

  -f, --format {table|json|yaml|csv}   Output format (default table)
-h, --help help for executions
--job-id string Filter by job ID
--limit int Maximum number of results to return (default 50)
--next-token string Continuation token for pagination
--no-header Hide table headers (table format only)
--no-style Disable colors and styling
--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