cURL
curl --request GET \ --url https://api.quiva.ai/storage/streams \ --header 'Authorization: Bearer <token>'
{ "body": { "results": [ { "name": "stream1", "subjects": [ "events.*" ] }, { "name": "stream2", "subjects": [ "logs.*" ] } ], "results_total": 2 }, "metadata": { "duration": "5ms" } }
Retrieves a list of all streams
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved stream list
Show child attributes