Skip to content

Stream owner and metadata

GET
/admin/streams/{name}

Parameters

Path Parameters

name*

Stream path without the leading slash. Nested paths are allowed.

Type
string
Required
Example"demo/orders"

Responses

Stream

application/json
JSON
{
  
"name": "string",
  
"streamId": 0,
  
"ownerLocal": true,
  
"ownerNodeId": 0,
  
"ownerAdvertisedAddress": "string",
  
"meta": {
  
  
"streamId": 0,
  
  
"contentType": "string",
  
  
"ttlSeconds": 0,
  
  
"expiresAt": "string",
  
  
"startOffset": "string",
  
  
"nextOffset": "string",
  
  
"closed": true
  
}
}

Playground

Variables
Key
Value

Samples