Skip to content

List streams

GET
/

Parameters

Query Parameters

prefix
Type
string
Default
"/"
start_after
Type
string
limit
Type
integer
Minimum
1
Maximum
10000

Responses

Streams ordered by name

application/json
JSON
{
  
"streams": [
  
  
{
  
  
  
"name": "string",
  
  
  
"content_type": "string",
  
  
  
"start_seq": 0,
  
  
  
"next_seq": 0,
  
  
  
"closed": true,
  
  
  
"ttl": 0,
  
  
  
"expires_at": "string"
  
  
}
  
],
  
"has_more": true
}

Playground

Variables
Key
Value

Samples