cURL
curl --request GET \ --url https://api.quiva.ai/storage/streams/{name} \ --header 'Authorization: Bearer <token>'
{ "body": {} }
Retrieves detailed information about a specific stream, including its configuration and current state. This endpoint provides metrics such as the number of messages, bytes used, first and last sequence numbers, and more.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name of the stream
Successfully retrieved stream information