Evaluations
expanso-cli job evaluations
List evaluations for a job
Synopsis
List all evaluations for a specific job with optional filtering and pagination.
expanso-cli job evaluations JOB_NAME [flags]
Examples
# List all evaluations for a job
expanso-cli job evaluations my-job
# List evaluations with specific states
expanso-cli job evaluations my-job --state pending --state complete
# Limit results with pagination
expanso-cli job evaluations my-job --limit 10
# Continue to next page with token
expanso-cli job evaluations my-job --limit 10 --next-token `<token>`
Options
-f, --format {table|json|yaml|csv} Output format (default table)
-h, --help help for evaluations
--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
--order string Order direction (asc, desc)
--order-by string Field to order by
--state evaluation state Filter by evaluation state (can specify multiple)
-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
- expanso-cli job - Manage jobs