channels
Get list of mirrors of the subchannel
get/channels/{channel_name}/subchannels/{subchannel_name}/mirrors
Path parameters
channel_namestring required
subchannel_namestring required
Query parameters
offsetinteger
the offset of the result set
limitinteger
the number of results in the result set
sortstring[]
property to sort mirrors (may be comma-separated)
Response
get the subchannel mirrors
Example response
{
"items": [
{
"source_root": "https://conda.anaconda.org/mewtwo"
}
]
}