v1
latestOpenAPI 3.0.02026-08-0417295208.0 KBartifacts
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
Example response
[
{
"file_type": "conda"
}
]