Skip to main content

List

expanso-cli evaluation list

List evaluations

Synopsis

List all evaluations with optional filtering and pagination.

expanso-cli evaluation list [flags]

Examples

  # List all evaluations
expanso-cli evaluation list

# List evaluations for a specific job
expanso-cli evaluation list --job-id job-123

# List evaluations in a namespace
expanso-cli evaluation list --namespace production

# List evaluations with specific states
expanso-cli evaluation list --state pending --state processing

# Limit results with pagination
expanso-cli evaluation 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
--order string Order direction (asc, desc)
--order-by string Field to order by
--state evaluation state Filter by evaluation 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