v1

latestOpenAPI 3.0.02026-08-0417295208.0 KB
channels

Get all files of the artifact

get/channels/{channel_name}/artifacts/{artifact_family}/{artifact_name}/files

Path parameters

channel_namestring required
artifact_family'anaconda_project' | 'anaconda_env' | 'cve' | 'conda' | 'python' | 'cran' | 'notebook' | 'docker' | 'sbom' required
artifact_namestring required
Example:numpy

the unique name of the artifact

Query parameters

offsetinteger

the offset of the result set

limitinteger

the number of results in the result set

sortstring[]

property to sort artifact files (may be comma-separated)

omit_cveboolean

Explicitly don't return CVE data

include_nonsearchableboolean

Include also nonsearchable files

statusCVEStatus[]

CVE artifact status (may be comma-separated)

max_scorenumber

Returns files below requesed max_cve_score

min_scorenumber

Returns the CVE with at least provided minimum score

architecturesstring[]

the package architectures list to search on

[
  "linux-64",
  "osx-64",
  "win-32",
  "win-64"
]
state'active' | 'passive'

active or passive state

created_minstring

date of creation in string

created_maxstring

date of creation (in combination with created_min field as start date)

ckeystring

ckey

versionstring

Package Version

cve_extra_infoboolean

In addition to relevant cve_id, score and status provide description, etc.

Response

successfully retrieved all files

total_countnumber

Example response

{
  "items": [
    {
      "size": 12452,
      "cve_count": 1,
      "cve_score": 9.8,
      "cve_scores": {
        "cvssv2": 4.3,
        "cvssv3": 9.8
      }
    }
  ]
}