Skip to main content Skip to complementary content

List the streams

Last updated: 8/31/2026

List the streams using the GetStreamList method.

Example

The goal is to list the streams. The handle of the request is -1 because the GetStreamList method applies at global level.

The client sends:

{ "jsonrpc": "2.0", "id": 0, "method": "GetStreamList", "handle": -1, "params": [] }

The engine returns:

{ "jsonrpc": "2.0", "id": 0, "result": { "qStreamList": [ { "qName": "Everyone", "qId": "aaec8d41-5201-43ab-809f-3063750dfafd" } ] } }

One stream is defined: Everyone ("qName": "Everyone").

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!