---
title: "GET /v1/admin/source-channels/by-source/{sourceId}"
method: GET
path: "/v1/admin/source-channels/by-source/{sourceId}"
tags: ["ChannelAdminService"]
---

# GET /v1/admin/source-channels/by-source/{sourceId}

`GET /v1/admin/source-channels/by-source/{sourceId}`

ListSourceChannelBindings 某资源下绑定的渠道列表（按 priority desc）。

## Path parameters

- `sourceId` string, required

## Response `200`

OK

- ChannelV1ListSourceChannelBindingsReply
  - `items` ChannelV1SourceChannelBindingInfo[]
    - `channelId` string
    - `channelName` string
    - `channelStatus` integer
    - `channelType` string
    - `priority` integer
    - `sourceCode` string
    - `sourceId` string
    - `sourceName` string
    - `weight` integer — weight 同 priority 组内的加权分配比重；0 = 不参与加权、仅兜底排在组末。

---

[API](https://skmtc.dev/apiqik/apis/apiqik-api.md) · [All operations](https://skmtc.dev/apiqik/apis/apiqik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apiqik/apiqik-api/revisions/e06b96127408/schema)
