Skip to main content

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

-o, --org <ORG> โ€ƒ Phylum organization

-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

# Show analysis runs for the `sample` project of the `demo` group under the `test` org
$ phylum history --org test --group demo --project sample