v1

latestOpenAPI 3.0.02026-08-0417295208.0 KB
artifacts

Get list of artifact versions available for this artifact

get/artifacts/{artifact_family}/{artifact_name}/versions

Path parameters

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

Response

returns an array of versions associated with this artifact

idstring
versioninteger
namestring
file_typestring

type of file

created_atstring

the date the file was created

updated_atstring

date of last update

uploaderstring

where was this uploaded (channel?)

download_countinteger

the number of downloads

Example response

[
  {
    "file_type": "conda"
  }
]