v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14168671.3 KB

Retrieves information about a list of streams for a cluster.

get/stream/{clusterIdentifier}

Path parameters

clusterIdentifierstring required

The ID of the cluster.

The ID of the cluster for which to list streams.

Query parameters

max-resultsinteger

Max results that will be returned per page.

An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results. Default: 10.

next-tokenstring

Token used to retrieve next page.

If your initial ListStreams operation returns a nextToken, you can include the returned nextToken in following ListStreams operations, which returns results in the next page.

Response

Success

nextTokenstring

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, make the call again using the returned token.