Skip to main content
GET
/
storage
/
streams
/
{name}
Get information about a stream
curl --request GET \
  --url https://api.quiva.ai/storage/streams/{name} \
  --header 'Authorization: Bearer <token>'
{
  "body": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

name
string
required

Name of the stream

Response

Successfully retrieved stream information

body
object