v1

latestOpenAPI 3.0.02026-08-0417295208.0 KB
channels

Get all dependencies of artifact

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

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

Response

successfully retrieved all dependencies

total_countnumber

Example response

{
  "items": [
    {
      "name": "numpy",
      "version": ">=8.9.2,<9.0b0"
    }
  ]
}