REST APIEndpointsget_all_streams_infoOn this pageget_all_streams_info List all configured streams. Method: GET Path: /get_all_streams_info Success Response { "success": true, "message": null, "data": { "streams": [] }} FieldTypeDescriptiondata.streamsStream[]All configured streams.