6aef0cb7a151

latestOpenAPI 3.0.02026-08-0417295208.0 KB
channels

Get all dependant packages from the artifact

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

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 dependants

total_countnumber

Example response

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