phylum history
Return information about historical jobs
Usage: phylum history [OPTIONS] [JOB_ID]
Arguments
[JOB_ID]
The job id to query
Options
-j
, --json
Produce output in json format (default: false)
-p
, --project
<project_name>
Project to be queried
-g
, --group
<group_name>
Group to be queried
-v
, --verbose
...
Increase the level of verbosity (the maximum is -vvv)
-q
, --quiet
...
Reduce the level of verbosity (the maximum is -qq)
-h
, --help
Print help
Examples
# List the last 30 analysis runs
$ phylum history
# View the analysis results of a historical job
$ phylum history 338ea79f-0e82-4422-9769-4e583a84599f
# View a list of analysis runs for the 'sample' project
$ phylum history --project sample
Updated 11 days ago