st2 trace list
Get the list of the 50 most recent traces
Options
Name | Description |
---|---|
-h, --help | Show this help and exit |
-t, --token <TOKEN> | Access token for user authentication. Get ST2_AUTH_TOKEN from the environment variables by default |
--api-key <API_KEY> | Api Key for user authentication. Get ST2_API_KEY from the environment variables by default |
-j, --json | Print output in JSON format |
-y, --yaml | Print output in YAML format |
-n, --last <LAST> | List N most recent; use -n -1 to fetch the full result set |
-s, --sort <SORT_ORDER> | Sort action executions by start timestamp, asc|ascending (earliest first) or desc|descending (latest first) |
--trace-tag, --trace_tag <TRACE_TAG> | A trace tag string to track execution later |
-e, --execution <EXECUTION> | Execution to filter the list |
-r, --rule <RULE> | Rule to filter the list |
--trigger_instance <TRIGGER_INSTANCE> | Trigger instance id to filter the list |
--attr <ATTR...> | List of attributes to include in the output. 'all' or unspecified will return all attributes |
-w, --width <WIDTH...> | Set the width of the columns in output |