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

# GET /v1/admin/source-channels/by-channel/{channelId}

`GET /v1/admin/source-channels/by-channel/{channelId}`

ListChannelBoundSources 反查某渠道挂在哪些资源下（渠道详情回显）。

## Path parameters

- `channelId` string, required

## Response `200`

OK

- ChannelV1ListChannelBoundSourcesReply
  - `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)
