v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428150135.9 KB

Returns an array of <code>ChannelInfo</code> objects. Each object describes a signaling channel. To retrieve only those channels that satisfy a specific condition, you can specify a <code>ChannelNameCondition</code>.

post/listSignalingChannels

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Request body

MaxResultsinteger

The maximum number of channels to return in the response. The default is 500.

NextTokenstring

If you specify this parameter, when the result of a <code>ListSignalingChannels</code> operation is truncated, the call returns the <code>NextToken</code> in the response. To get another batch of channels, provide this token in your next request.

Response

Success

NextTokenstring

If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.