v1

latestOpenAPI 3.0.02026-08-0417295208.0 KB
channels

Get list of mirror configurations

get/channels/{channel_name}/mirrors

Path parameters

channel_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

ok

total_countnumber

Example response

{
  "items": [
    {
      "source_root": "https://conda.anaconda.org/mewtwo"
    }
  ]
}